Quotation construction utilities - Factor Documentation (original) (raw)

Quotation construction utilities
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 )