Acme::Chef

Acme::Chef is an interpreter for the Chef programming language.
Download

Acme::Chef Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steffen Mueller
  • Publisher web site:
  • http://search.cpan.org/~smueller/InlineX-XS-0.02/lib/InlineX/XS.pm

Acme::Chef Tags


Acme::Chef Description

Acme::Chef is an interpreter for the Chef programming language. Acme::Chef is an interpreter for the Chef programming language.SYNOPSIS # Using the script that comes with the distribution. chef.pl file.chef # Using the module use Acme::Chef; my $compiled = Acme::Chef->compile($code_string); print $compiled->execute(); my $string = $compiled->dump(); # requires Data::Dumper # Save it to disk, send it over the web, whatever. my $reconstructed_object = eval $string; # or: $string = $compiled->dump('autorun'); # requires Data::Dumper # Save it to disk, send it over the web, whatever. my $output_of_chef_program = eval $string;Chef is an esoteric programming language in which programs look like recipes. I needn't mention that using it in production environment, heck, using it for anything but entertainment ought to result in bugs and chaos in reverse order.All methods provided by Acme::Chef are adequately described in the synopsis. If you don't think so, you need to read the source code.There has been an update to the Chef specification. I have implemented the changes and marked them in the following documentation with "new specification". Requirements: · Perl


Acme::Chef Related Software