mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
44593b28af
commit
e19ad9230f
1 changed files with 6 additions and 0 deletions
|
@ -11,4 +11,10 @@
|
||||||
(write (when (lambda () #t) 'true))
|
(write (when (lambda () #t) 'true))
|
||||||
(write (when (lambda () #f) 'false))
|
(write (when (lambda () #f) 'false))
|
||||||
|
|
||||||
|
; Lambda application is broken with pure varargs
|
||||||
|
; TODO: once this works, add it to test suite!!!
|
||||||
((lambda test (write test)) 1 2 3 4)
|
((lambda test (write test)) 1 2 3 4)
|
||||||
|
|
||||||
|
;; This is OK
|
||||||
|
;(define test (lambda args args))
|
||||||
|
;(write (test 1 2 3 4))
|
||||||
|
|
Loading…
Add table
Reference in a new issue