mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Exception handler TODO
This commit is contained in:
parent
f307504744
commit
25c3cc68c3
1 changed files with 7 additions and 0 deletions
7
TODO
7
TODO
|
@ -1,5 +1,12 @@
|
||||||
Working TODO list:
|
Working TODO list:
|
||||||
|
|
||||||
|
- Try adding an exception handler based off of r7rs
|
||||||
|
- need this in icyc to prevent dying on error
|
||||||
|
- use cond-expand for chicken compatibility, esp in icyc
|
||||||
|
- add a default exception handler, and some means of assigning to/from it
|
||||||
|
- error calls into current exception handler instead of exit()
|
||||||
|
- do we need a stack of exception handlers?
|
||||||
|
|
||||||
- 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
|
||||||
- printing *global-environment* in the repl still loops forever
|
- printing *global-environment* in the repl still loops forever
|
||||||
|
|
Loading…
Add table
Reference in a new issue