| << Prev | – Up – | Next >> |
ozcThe Oz compiler is extensively documented in “The Mozart Compiler”. We describe it here in its incarnation as a command line application. It is most frequently invoked as follows:
ozc -c Foo.oz File Foo.oz is expected to contain an expression which is then compiled and evaluated and the resulting value is written (pickled) into file Foo.ozf.
| << Prev | – Up – | Next >> |