TODO for (list-set!)

This commit is contained in:
Justin Ethier 2015-03-24 16:10:10 -04:00
parent 02d0054afc
commit 05a29727ad

3
TODO
View file

@ -1,5 +1,8 @@
Working TODO list:
- Add (list-set!) from r7rs
will likely require tweaks to GC similar to (set-car! / set-cdr!)
- Issues with detecting cycles:
- (equal?) loops forever when comparing two different circular lists
- printing *global-environment* in the repl still loops forever