|
Acme::OSDc - the OSDc programming language |
Acme::OSDc - the OSDc programming language
use Acme::OSDc;
my $OSDc = Acme::OSDc->new;
my $compiled = $OSDc->compile($file);
eval $compiled;
The OSDc programming language is a transformation of the Ook programming language described at <http://www.dangermouse.net/esoteric/ook.html>. It was first presented at the Australian Open Source Deevloper's conference in 2006.
A great many thanks go to:
the Acme::Ook manpage http://www.osdc.com.au/
|
Acme::OSDc - the OSDc programming language |