summaryrefslogtreecommitdiff
path: root/TODO
blob: 5bb507078bdc858dba1d1256f8ff63a9e2ab2750 (plain) (blame)
1
2
3
4
5
6
* Add a repl
* 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.