Hi everyone,

I'm trying to write a *very* small IDE for Mozart.
At the moment I'm using a conversion of the demo notepad application with just a button to feed the file to Mozart. I'm using a pre-defined file name for testing purposes but it's proving harder than I thought it would.

My questions are:

What is the best way to pass the file out of Mozart - built in function (I've seen the feedBuffer procedure which I thought was in the Narrator module but can't get that working) or issuing a shell command to manually call the Oz tools?

If I used shell commands, what is the procedure for running an Oz source file (the way Emacs does)? I assume there must be a compile/link/execute procedure to follow but I thought ozc only accepted source code in a to-be-a-functor form.

I don't start my course in Lisp until October so the Emacs lisp files don't help much either.

Any help would be gratefully received.
Mark Richardson
(Frustrated novice)
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to