diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-13 10:28:39 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-13 10:28:39 -0500 |
| commit | 0658e1ba9dc1095449e4c0289324955716d402ef (patch) | |
| tree | 7a0a3716d634c69bcf77afe0da9fc9ec9983ff4a /tutorial | |
| parent | 02d3ccdaee34c83aa26448794f4f98ef0adae58c (diff) | |
Use •Eval or •BQN instead of ⍎
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/evalexp.bqn | 2 | ||||
| -rw-r--r-- | tutorial/notes.txt | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/tutorial/evalexp.bqn b/tutorial/evalexp.bqn index 4ff584f6..7389fc0f 100644 --- a/tutorial/evalexp.bqn +++ b/tutorial/evalexp.bqn @@ -1,2 +1,2 @@ Compile ← (↕62)⊸(•Import "../src/c.bqn") -DrawEval ← Compile⊸(⍎ •FChars "../src/e.bqn") +DrawEval ← Compile⊸(•Eval •FChars "../src/e.bqn") diff --git a/tutorial/notes.txt b/tutorial/notes.txt new file mode 100644 index 00000000..9d3deb4d --- /dev/null +++ b/tutorial/notes.txt @@ -0,0 +1,23 @@ +Variables +Logic ∧∨¬ +Take, Drop, Shift ↑↓«» +Under + +Trains +Replicate / +Extra arithmetic |⌊⌈ + +Blocks +Headers +Modified assignment + +Scan ` + +Arrays ≢=⥊⌜⍉˝˘ + +Scalars + +Rank ⎉ +Depth ⚇ + +Group ⊔ |
