MetaQuotation

By Andrew Owen
Released under the MIT license

Notes:

Words that manipulate Quotations. Use with care

quot-set-var ( quot key val -- )

Set local for key in quot to val

quot-has-var ( quot key -- ? )

Check to see if `quot` has a var a `key`

quot-get-var ( quot key -- val )

Get get `quot` local value for `key`

quot-of-word ( name -- quot )

Go from a name to a quot that calls that name when called

prefix: @ ( wordName -- .. )

with ( obj quot -- .. )