mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Added TODO's
This commit is contained in:
parent
b58a11e9c5
commit
06dae4ce90
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@
|
|||
; (car (reverse (lambda-formals->list exp)))) ; Last arg is varargs
|
||||
; #f))
|
||||
;
|
||||
TODO: WTF, which version of lambda-varargs? to use? does it matter? figure this out in transforms.sld first
|
||||
TODO: why the fuck do we get a circular dep error after these functions are removed from transforms? what is going on with that?
|
||||
;;(define (lambda-varargs? exp)
|
||||
;; (and (lambda? exp)
|
||||
;; (or (symbol? (lambda->formals exp))
|
||||
|
|
Loading…
Add table
Reference in a new issue