Completed
⎕VSET: syntax and performance analysis
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Setting and Getting Variable Values in Dynamic Programming - Mark II
Automatically move to the next video in the Classroom when playback concludes
- 1 Motivations
- 2 Set: current "state of the art"
- 3 ⎕VSET: syntax and performance analysis
- 4 Get: current "state of the art"
- 5 ⎕VGET: syntax and performance analysis
- 6 ⎕VSET in detail
- 7 ⎕VGET in detail
- 8 Source and target flexibility
- 9 ⎕NS extension
- 10 Get variables from array of variable names
- 11 Set variables with array of name-value pairs
- 12 Set default left argument for an ambivalent tradfn
- 13 Base a new namespace on two source namespaces
- 14 Query data objects where some have missing values
- 15 Construct a namesoace from names and values
- 16 Populate class fields from name-value pairs
- 17 Convert table to namespace
- 18 Convert namespace to table
- 19 Check value of an optional global
- 20 Summary