mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added TODO regarding pure varargs
This commit is contained in:
parent
667092ee12
commit
44593b28af
2 changed files with 5 additions and 1 deletions
4
TODO
4
TODO
|
@ -12,7 +12,9 @@ Working TODO list:
|
||||||
|
|
||||||
- Constructs require for self-hosting
|
- Constructs require for self-hosting
|
||||||
|
|
||||||
- when
|
- support for pure varargs functions
|
||||||
|
see test2.scm, this is not quite implemented in the compiler
|
||||||
|
|
||||||
- eval
|
- eval
|
||||||
there is no concept of macro expansion, probably other deficiencies as well
|
there is no concept of macro expansion, probably other deficiencies as well
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,5 @@
|
||||||
|
|
||||||
(write (when (lambda () #t) 'true))
|
(write (when (lambda () #t) 'true))
|
||||||
(write (when (lambda () #f) 'false))
|
(write (when (lambda () #f) 'false))
|
||||||
|
|
||||||
|
((lambda test (write test)) 1 2 3 4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue