Category:Oz: Difference between revisions

Accommodating changes made for Mozart 2: ozmake no longer exists, the official homepage has been relocated.
(Note some of the paradigms.)
(Accommodating changes made for Mozart 2: ozmake no longer exists, the official homepage has been relocated.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{language|Oz
|site=httphttps://www.mozart-oz.orggithub.io/
|checking=dynamic
|gc=yes
Line 18:
All examples that start with <code>declare</code> can be used directly in the Emacs-based IDE, without a separate compilation step. Just copy the source code to the <code>Oz</code> buffer and select the menu item "Oz&rarr;Feed Buffer".
 
Some examples are functor definitions and must be compiled. IfThe compiler is invoked with a command such as: <code>makefileozc -c filename.oz</code>, isand supplied,then executeexecuted with the command, <code>ozmakeozengine filename.ozf</code>. toThis build[https://stackoverflow.com/a/29207029/371304 theStack project.Overflow Otherwiseanswer] callshows an example of the compilerboilerplate directly:to transform <code> ozcwritten -cfor the Emacs IDE to filename.oz</code>. Executethat acan compiledrun functordirectly withon <code>ozenginethe filename.ozf</code>Mozart VM.
 
==Citation==
#[httphttps://wwwmozart.github.io/mozart-oz.orgv1/documentationdoc-1.4.0/tutorial/index.html Tutorial of Oz]
#[[wp:Oz_%28programming_language%29|Wikipedia:Oz (programming language)]]
10

edits