- Timestamp:
- 09/10/05 21:49:40 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/run.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/run.pod
r6750 r6926 72 72 backends are C<Parrot> and C<PIR>. 73 73 74 The JavaScript backend provides an interactive shell in74 The JavaScript backend (PIL2JS) provides an interactive shell in 75 75 F<perl5/PIL2JS/jspugs.pl>; The interactive compiler and evaluator of the Perl 5 76 backend can be found in F<perl5/PIL-Run/crude_repl.pl>. 76 backend (PIL-Run) can be found in F<perl5/PIL-Run/crude_repl.pl>. 77 78 The normal runcore supports more features than the other runcores, the Parrot 79 backend is quite fast, PIL2JS is good on binding and references, and PIL-Run 80 offers excellent support for laziness. 77 81 78 82 =item C<-CI<backend>>
