You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.idea | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
array.iml | 1 year ago | |
demo.kpl | 1 year ago |
README.md
array
a WIP array language that might ultimately compile to Java bytecode.
Primitive | Monadic | Dyadic+ |
---|---|---|
+ |
NYI | Sum |
- |
Negate | Subtract |
× |
Signum | Times |
÷ |
Inverse | Divide |
= |
NYI | Equal |
≥ |
NYI | Greater or equal |
≤ |
NYI | Lesser or equal |
⍳ |
Index generator | NYI |
¨ |
Map | Zip-with |
≡ |
Depth | Match |
≢ |
Length | Not Match |
⎕ |
Display | NYI |
| |
Absolute value | Residue |