From 329c6975c44fcbe1cf7c9d93ab6164495f432213 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 1 Jul 2021 00:52:41 +0000 Subject: Start implementation of is/2 --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index a2783a8..f413cec 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,7 @@ * Stop copying the entire goal stack into every choicepoint * Stop creating choicepoints when it is not needed * How to implement builtins nicely? -* Right now we copy and allocate a lot, but almost never free stuff. \ No newline at end of file +* Right now we copy and allocate a lot, but almost never free stuff. +* Many builtins should really throw an error, but they just fail for now. +* Exceptions (throw, catch) +* Modules -- cgit v1.2.3