Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Quotation construction utilities
Factor documentation
>
Factor handbook
>
The language
>
Combinators
Prev:
Smart combinators
Next:
Generalized shuffle words and combinators
Some words for creating quotations which can be useful for implementing method combinations and compiler transforms:
cond>quot
( assoc -- quot )
case>quot
( default assoc -- quot )
alist>quot
( default assoc -- quot )