NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Editor agnostic (Score:1)
A compile -> run command looks like this:
ozc -c program.oz && ozengine program.ozf
A compile -> debug command looks like this and it requires a GUI. The debugger mostly sucks though.
ozc -g -c program.oz && ozd program.ozf
Reply to This