Completed
Demo running python from the session
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
New Function for Shell Calls in Dyalog APL - System Function SHELL
Automatically move to the next video in the Classroom when playback concludes
- 1 A new system function for shell calls
- 2 Things we'd like to configure in ⎕SH
- 3 ⎕SHELL syntax overview
- 4 Collecting different output streams
- 5 Exit codes from shell calls
- 6 Demo ⎕SH vs ⎕SHELL
- 7 Character encoding
- 8 Variant ⍠ options in ⎕SHELL
- 9 Working directory
- 10 Environment variables
- 11 Choose another shell
- 12 Choose exit code behaviour
- 13 Timeout
- 14 Signal to child process for cleanup
- 15 Initial window mode hidden or maximised
- 16 Input and output redirection
- 17 Demo running python from the session
- 18 Summary