Changeset 6926 for lib

Show
Ignore:
Timestamp:
09/10/05 21:49:40 (3 years ago)
Author:
iblech
Message:

* t/var/autoderef.t: Refs to subrefs should not autoderef.
* pugs::run: Added short paragraph about the features of our backends.
* PIL2JS: README: Added section about the implementation of laziness.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/run.pod

    r6750 r6926  
    7272backends are C<Parrot> and C<PIR>. 
    7373 
    74 The JavaScript backend provides an interactive shell in 
     74The JavaScript backend (PIL2JS) provides an interactive shell in 
    7575F<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>. 
     76backend (PIL-Run) can be found in F<perl5/PIL-Run/crude_repl.pl>. 
     77 
     78The normal runcore supports more features than the other runcores, the Parrot 
     79backend is quite fast, PIL2JS is good on binding and references, and PIL-Run 
     80offers excellent support for laziness. 
    7781 
    7882=item C<-CI<backend>>