rikedyp / DyalogTutorials

How-to guides for Dyalog
https://rikedyp.uk/DyalogTutorials
0 stars 0 forks source link

New user commands #2

Open rikedyp opened 3 years ago

rikedyp commented 3 years ago

With 18.1, hopefully some new user commands are coming with Dyalog

For now perhaps they can be a section at the end

rikedyp commented 3 years ago

External tools

The ]APLcart user command can be used to search APLcart.info from within the session. For example:

      ]aplcart autosave workspace
X, Y, Z: any type array  M, N: numeric array  I, J: integer array  A, B: Boolean array  C, D: character array  f, g, h: function  ax: bracket axis  s: scalar  v: vector  m: matrix
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Cv{∇⌊⎕DL⍵⊣0#.⎕SAVE⍺}&Ns  Save workspace as Cv every Ns seconds                                                                                                                     
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Showing 1 of 1 matches  

You can download the APLcart user command from GitHub.

The ]Get tool is a general way to bring code or data into the workspace from your file system or the internet. You can download the Get tool from GitHub.