mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Commenting on (apply) issue
This commit is contained in:
parent
2b46282f2d
commit
e5d5305a57
2 changed files with 3 additions and 0 deletions
2
TODO
2
TODO
|
@ -11,6 +11,8 @@ Working TODO list:
|
|||
- apply seems broken:
|
||||
cyclone> (apply append '((1) (2) (3)))
|
||||
((1) (2) (3))
|
||||
|
||||
This is broken in the interpreter (eval) not in compiled code. probably a deficiency in eval.scm
|
||||
|
||||
- Constructs require for self-hosting
|
||||
|
||||
|
|
1
test.scm
1
test.scm
|
@ -7,3 +7,4 @@
|
|||
;`(read ,
|
||||
(write (make-vector 4 #t))
|
||||
(write (string->list "abc"))
|
||||
(write (apply append '((1) (2) (3))))
|
||||
|
|
Loading…
Add table
Reference in a new issue