diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-01 00:52:41 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-01 00:52:41 +0000 |
commit | 329c6975c44fcbe1cf7c9d93ab6164495f432213 (patch) | |
tree | cff8ccad28fc6ec61e6dfe426558738f31891248 /TODO | |
parent | 2c166a1496c5638924d29df9dcf6c125a31ce18c (diff) |
Start implementation of is/2
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |