mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 13:16:34 +02:00
Expanded TODO
This commit is contained in:
parent
f2a2a2501c
commit
3abfc51bef
1 changed files with 15 additions and 0 deletions
15
TODO
15
TODO
|
@ -24,6 +24,21 @@ cyclone> (a 1)
|
||||||
Error: Unbound variable
|
Error: Unbound variable
|
||||||
a
|
a
|
||||||
|
|
||||||
|
and also
|
||||||
|
|
||||||
|
cyclone> (define a 1)
|
||||||
|
ok
|
||||||
|
cyclone> a
|
||||||
|
1
|
||||||
|
cyclone> a
|
||||||
|
1
|
||||||
|
cyclone> a
|
||||||
|
1
|
||||||
|
cyclone> a
|
||||||
|
Error: Unbound variable
|
||||||
|
a
|
||||||
|
|
||||||
|
something *very* weird is going on with variable access in the interpreter right now. problem may just manifest itself when GC is set to normal mode??
|
||||||
|
|
||||||
- Issues with detecting cycles:
|
- Issues with detecting cycles:
|
||||||
- (equal?) loops forever when comparing two different circular lists
|
- (equal?) loops forever when comparing two different circular lists
|
||||||
|
|
Loading…
Add table
Reference in a new issue