Fixed item

This commit is contained in:
Justin Ethier 2015-06-12 21:16:41 -04:00
parent a18f1923f6
commit 16eae93839

9
TODO
View file

@ -9,15 +9,6 @@ Roadmap:
Working TODO list:
- Issues with repl errors
why is it displaying "Error" at the repl without a description for certain errors, eg:
cyclone> (write-char 1)
Error:
This it might be an issue with rt_raise2, perhaps this line:
make_cons(c0, &c1, nil);
- Constructs require for self-hosting
- vectors