Changes between Version 1 and Version 2 of Programming Languages
- Timestamp:
- 04/20/09 00:27:01 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Programming Languages
v1 v2 16 16 17 17 18 == = Perl 5 ===18 == Perl 5 == 19 19 20 == Syntax highlighting==20 === Syntax highlighting === 21 21 22 22 * STC - old but fast … … 25 25 * Parrot - NO 26 26 27 == Execution==27 === Execution === 28 28 29 29 There can be several different versions 30 30 31 31 32 == = Perl 6 ===32 == Perl 6 == 33 33 34 syntax highlighting 35 by STD (in Plugin:Perl6) 36 by simple vi-style regex (will be in Plugin::Perl6 or separately to reduce the need for prereqs?) 37 by Parrot (subclass if Plugin::Parrot?) 38 running 39 by on Parrot/Rakudo (Parrot build, languages/perl6 build) 40 by Pugs ? 41 etc... 34 === Syntax highlighting === 35 36 * by STD (in Plugin:Perl6) 37 * simple vi-style regex (will be in Plugin::Perl6 or separately to reduce the need for prereqs?) 38 * by Parrot (subclass if Plugin::Parrot?) 39 40 41 === Execution === 42 43 * Can have various implementations, for now 44 * Parrot/Rakudo 45 * Pugs ? 46 42 47 embedding 43 48 by Parrot + Rakudo + Parrot::Interpreter (Parrot built, languages/perl6 built, Parrot::Embed built) 44 49 45 PASM 50 == PASM == 51 46 52 syntax highlighting 47 53 by simple regex … … 52 58 by Parrot + Parrot::Interpreter 53 59 54 Python 60 == Python == 61 55 62 * Pynie 56 63 57 PHP 64 == PHP == 65 58 66 * Pipp 59 67
