a pretty fun language
We're still missing predicates (need to be able to call functions for that one) and assignments into dictionaries. But we now can deconstruct a list and check against constants. So things like this work now: [1 foo ~bar [a b]] = [1 "Hello" 2 3 4 [5 6]] # foo is: "Hello" # bar is: [2 3 4] # a is: 5 # b is: 6 Pretty cool :) |
||
|---|---|---|
| examples | ||
| functional_tests | ||
| src | ||
| .gitignore | ||
| configure.ac | ||
| logo.svg | ||
| Makefile.am | ||