Added TODO

This commit is contained in:
Justin Ethier 2016-01-31 22:49:08 -05:00
parent 8d88f69882
commit 657ffc99f3

View file

@ -755,6 +755,8 @@
((prim? exp) exp)
((ref? exp) exp)
((quote? exp) exp)
;; TODO: need a way of taking a begin here and splicing its contents
;; into the body
((lambda? exp) `(lambda ,(lambda->formals exp)
,@(map
;; TODO: use extend env here?