mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
@ -12,6 +12,8 @@ Working TODO list:
|
||||||
cyclone> (apply append '((1) (2) (3)))
|
cyclone> (apply append '((1) (2) (3)))
|
||||||
((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
|
- Constructs require for self-hosting
|
||||||
|
|
||||||
- vectors
|
- vectors
|
||||||
|
|
1
test.scm
1
test.scm
|
@ -7,3 +7,4 @@
|
||||||
;`(read ,
|
;`(read ,
|
||||||
(write (make-vector 4 #t))
|
(write (make-vector 4 #t))
|
||||||
(write (string->list "abc"))
|
(write (string->list "abc"))
|
||||||
|
(write (apply append '((1) (2) (3))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue