Search
Documents
Language::Ook - a Ook! interpreter. (Displayed) README
|
Language::Ook - a Ook! interpreter.
Language::Ook - a Ook! interpreter.
use Language::Ook;
my $interp = new Language::Ook( "program.ook" );
$interp->run_code;
# Print the Perl code.
$interp->print_code;
A programming language should be writable and readable by orang-utans.
So Ook! is a programming language designed for orang-utans.
Ook! is bijective with BrainFuck, and thus, Turing-complete.
Create a new Ook interpreter. If a filename is provided, then read
and store the content of the file.
Return the associated Perl code.
Print the equivalent Perl code.
Read a file (given as argument) and store its code.
Side effect: clear the previous code.
Run the stored code.
Jerome Quelin, <jquelin@cpan.org>
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
- http://www.dangermouse.net/esoteric/ook.html
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|