summaryrefslogtreecommitdiff
path: root/TODO
blob: f413cec825790e1c487ff2595033a26204e85b5a (plain) (blame)
1
2
3
4
5
6
7
8
* Stop comparing strings all the time
* 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.
* Many builtins should really throw an error, but they just fail for now.
* Exceptions (throw, catch)
* Modules