There are a number of built-in forms that directly emit instructions, for example, first, rest, bitwise-and, +. It should be possible to reference these as variables, e.g. (reduce '(1 2 3) +). This would probably involve adding library wrappers for these forms and emitting references to those when they are assigned to other variables.
There are a number of built-in forms that directly emit instructions, for example, first, rest, bitwise-and, +. It should be possible to reference these as variables, e.g. (reduce '(1 2 3) +). This would probably involve adding library wrappers for these forms and emitting references to those when they are assigned to other variables.