From 47c2eca7dceae9fb4e6f687f70273fb262fa07a2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 9 Dec 2022 15:53:16 +0200 Subject: Add try! builtin --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index fc29273..808a4aa 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 -- cgit v1.3