in reply to Re^2: Writing Interpreters, Compilers and Translators in Perl
in thread Writing Interpreters, Compilers and Translators in Perl
One really cool example here would be to "compile" a subset of Ruby into Perl, to show just how little semantic difference there is. Another would be compiling X to C, since you would have to describe implementing X's runtime. Another would be translating to Perl (see e.g. my Language::FP, which has both an interpreter and a compiler), since it wouldn't require introducing a third language (even though Perl elaborate semantics make the translation tricky).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Writing Interpreters, Compilers and Translators in Perl
by blazar (Canon) on May 29, 2007 at 10:48 UTC | |
by educated_foo (Vicar) on May 29, 2007 at 12:54 UTC | |
|
Re^4: Writing Interpreters, Compilers and Translators in Perl
by Moron (Curate) on May 29, 2007 at 10:27 UTC |