Hi,

I'm a beginner interested in Mozart/Oz, but I don't want to spend the time to learn Emacs, as I'm already an experienced Vim user. What's the best way to program Oz without Emacs?

I've used ozc -x; {System.show} works but many examples containing {Browse} don't work. How do I import Browse?

Never used Vim personally but {Browse} in the Emacs OPI is a shorthand for {Browser.browse}. As {Show} is shorthand for {System.show}. If you're using ozc -x I presume you are creating functors to compile in which case you may need to link to the Browser module (haven't had to do that for a while so I can't remember!). See

http://www.mozart-oz.org/documentation/browser/node2.html#sec.usingthebrowser

I really would recommend using Emacs if you can though, it makes life a lot simpler when programming with Oz.

Regards

Mark

--
Mark Richardson
Research Assistant
University of Teesside
[email protected] [email protected]
[email protected]

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

Reply via email to