mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 13:37:33 +02:00
Added TODO
This commit is contained in:
parent
e883473885
commit
f2390130cc
1 changed files with 2 additions and 0 deletions
|
@ -1726,6 +1726,8 @@
|
||||||
(let ((fn (car exp))
|
(let ((fn (car exp))
|
||||||
(args (map cc (cdr exp))))
|
(args (map cc (cdr exp))))
|
||||||
(cond
|
(cond
|
||||||
|
TODO: what about application of cyc-seq? does this only occur as a nested form? can we combine here or earlier??
|
||||||
|
I think that is what is causing cc printing to explode exponentially!
|
||||||
((equal? 'Cyc-seq fn)
|
((equal? 'Cyc-seq fn)
|
||||||
`(Cyc-seq ,@args))
|
`(Cyc-seq ,@args))
|
||||||
((ast:lambda? fn)
|
((ast:lambda? fn)
|
||||||
|
|
Loading…
Add table
Reference in a new issue