a WIP array language that might ultimately compile to Java bytecode.
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.
 
 
Kamila Szewczyk c32932a390 Update 'README.md' 1 year ago
.idea idea vcs data 1 year ago
src division 1 year ago
.gitignore upload the initial source code 1 year ago
LICENSE Initial commit 1 year ago
README.md Update 'README.md' 1 year ago
array.iml upload the initial source code 1 year ago
demo.kpl collatz example? 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