Parse time evaluation - Factor Documentation (original) (raw)

Parse time evaluation
Factor handbook » The language » Syntax

Prev: Literals

Code can be evaluated at parse time. This is a rarely-used feature; one use-case is Loading native libraries, where you want to execute some code before the words in a source file are compiled.
<<
>> ( -- * )