Next: , Previous: , Up: Top   [Contents][Index]


3 Infix to prefix transformer

The following syntactic bindings are exported by the library (mmck infix).

Syntax: infix <obj> …

The infix macro converts the traditional infix notation for mathematical expressions to the equivalent Scheme’s prefix notation. infix expands to a prefix expression to be evaluated at run–time, in the lexical context of the macro use; as a special case (infix) is equivalent to (values).


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 0.1.0-devel.0 of MMCK Infix.