diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-09 15:53:16 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-09 15:53:16 +0200 |
| commit | 47c2eca7dceae9fb4e6f687f70273fb262fa07a2 (patch) | |
| tree | 81554c139448a602a4e4126ca53e322c38c06cfa /TODO.txt | |
| parent | d64c5725d79195fc6ef0472d4efa55737ebc00c3 (diff) | |
Add try! builtin
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ -add a `catch` builtin for catching fatal errors +fix impure context issues +add a `do` builtin that runs given exprs and returns the result of the last one +add an atom/cell/box data type for storing mutable state write tests |
