| Commit message (Expand) | Author | Age |
| ... | |
| * | add :list type to dicts, for now | mryouse | 2022-06-16 |
| * | implement typeof | mryouse | 2022-06-16 |
| * | refactor: take type hints from user in function args | mryouse | 2022-06-16 |
| * | dicts, but better | mryouse | 2022-06-15 |
| * | map supports lambdas | mryouse | 2022-06-15 |
| * | filter supports lambdas | mryouse | 2022-06-15 |
| * | implement filter, same limitations as 'map' | mryouse | 2022-06-15 |
| * | naiive neb dicts | mryouse | 2022-06-15 |
| * | implement floor | mryouse | 2022-06-15 |
| * | bugfix: missing namespace passing in evaluate_args | mryouse | 2022-06-13 |
| * | bugfix: new type enum | mryouse | 2022-06-13 |
| * | add namespaces to new functions | mryouse | 2022-06-13 |
| * | initial commit of namespace support with 'use-as' | mryouse | 2022-06-13 |
| * | use actual parameter names in Arg definition | mryouse | 2022-06-13 |
| * | implement 'symbols' | mryouse | 2022-06-13 |
| * | implement howto | mryouse | 2022-06-13 |
| * | use an enum and a map for type hierarchy | mryouse | 2022-06-13 |
| * | string representation should show the actual escaped characters, if applicable | mryouse | 2022-06-12 |
| * | implement assert | mryouse | 2022-06-12 |
| * | s/input/read-line/ | mryouse | 2022-06-12 |
| * | remove 'ansi-escape' builtin as it's not needed anymore | mryouse | 2022-06-12 |
| * | fix 'remove' and 'branch' | mryouse | 2022-06-12 |
| * | implement read-char | mryouse | 2022-06-12 |
| * | rename input to read-line | mryouse | 2022-06-12 |
| * | bugfix: 'def' was being short circuited | mryouse | 2022-06-12 |
| * | bugfix: support escaped double quotes in strings | mryouse | 2022-06-11 |
| * | add string escapes | mryouse | 2022-06-11 |
| * | add List as a type | mryouse | 2022-06-11 |
| * | refactor: remove redundant type checking | mryouse | 2022-06-11 |
| * | initial commit of more thorough type checking | mryouse | 2022-06-10 |
| * | refactor: more flexibility with builtin arities | mryouse | 2022-06-10 |
| * | bugfix: 'join' works on str, not String | mryouse | 2022-06-10 |
| * | bugfix: can't rely on the symbol name when symbols can be passed as arguments | mryouse | 2022-06-09 |
| * | Functions return themselves | mryouse | 2022-06-09 |
| * | clarify exception | mryouse | 2022-06-09 |
| * | add arity check to user defined functions | mryouse | 2022-06-09 |
| * | ansi style library | mryouse | 2022-06-07 |
| * | use ansi | mryouse | 2022-06-07 |
| * | remove ascii-gray as it's superfluous and named wrong anyway | mryouse | 2022-06-07 |
| * | implement use, ansi-escape | mryouse | 2022-06-07 |
| * | readline for arrow key support | mryouse | 2022-06-07 |
| * | progress 6/5 | mryouse | 2022-06-06 |
| * | initial commit of cipher | mryouse | 2022-06-06 |
| * | 'split' without splitter turns into a char list | mryouse | 2022-06-06 |
| * | bugfix: evaluate item in for-each | mryouse | 2022-06-06 |
| * | implement clear, ascii-gray, input, append, remove, while | mryouse | 2022-06-06 |
| * | finish neighborcat implementation | mryouse | 2022-06-05 |
| * | add proper exception handling for files | mryouse | 2022-06-05 |
| * | bugfix: since :string can contain newline, count them correctly | mryouse | 2022-06-05 |
| * | bugfix: Bool, not Boolean | mryouse | 2022-06-05 |