Hi
Where are definitions of "curry" and "compose"? I can't find them in
kernel.factor
Is it a trick of compiler? For example, "dip" is defined as
: dip ( x quot -- x ) swap [ call ] dip ;
"because the compiler special-cases them".
What is "namespaces:set" in compiler.factor?
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to