Robert Ritchey wrote:
Is there a way to run oz from the command line in Linux? I saw a paragraph (but only one paragraph) in the CTM Book that seemed to indicate that this may be done but I haven't seen anything else.

Mozart comes with several shell utilities, for instance
 - launch the OPI:      oz
 - compile a file:      ozc -c Foo.oz
 - execute a functor:   ozengine Foo.ozf

Check http://www.mozart-oz.org/documentation/tools/index.html. Note that compilation requires you to write your application as a functor: http://www.mozart-oz.org/documentation/apptut/index.html.

Cheers,
raph

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to