kept dynamic generation

db4
Sam Anklesaria 2009-05-06 21:34:27 -05:00
parent 68c895f391
commit d48748c204
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: fry namespaces kernel sequences parser ;
IN: closures
: delayed-bind ( quot -- quot' ) '[ namespace [ _ bind ] curry ] ;
: delayed-bind ( quot -- quot' ) '[ namestack [ set-namestack @ ] curry ] ;
SYNTAX: C[ parse-quotation delayed-bind over push-all ;