Minor changes, still trying to get lisp working

db4
James Cash 2008-07-26 18:23:01 -04:00
parent 1e1fab23b5
commit a7f385ef12
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ DEFER: define-lisp-macro
swap '[ , cut '[ @ , seq>list ] call , call ] ;
: normal-lambda ( body vars -- quot )
localize-lambda <lambda> lambda-rewrite [ compose call ] compose ;
localize-lambda <lambda> lambda-rewrite [ compose call ] compose 1quotation ;
PRIVATE>
: convert-lambda ( cons -- quot )