Changes between Version 2 and Version 3 of Languages

Show
Ignore:
Timestamp:
12/13/08 05:27:11 (13 years ago)
Author:
gaurav
Comment:

Added abc and befunge.

Legend:

Unmodified
Added
Removed
Modified
  • Languages

    v2 v3  
    66||APL||||[http://en.wikipedia.org/wiki/APL_(programming_language) APL]||Perl6Grammar||Parrot 0.8.1-devel||166/166 (100%) (1)||Unknown||Inactive|| 
    77||BASIC||2.0||[http://en.wikipedia.org/wiki/BASIC BASIC], Microsoft QuickBASIC 4.5||Perl, PIR||?||?||Stable?||Inactive|| 
    8 ||PIR||||Parrot Intermediate Representation||Perl6Grammar||Parrot 0.8.1-devel||? (1)||Development?||Maintenance|| 
    9 ||WMLScript||||[http://en.wikipedia.org/wiki/WMLScript WMLScript]||PIR||Parrot 0.8.1-devel||?||Development||Active|| 
     8||PIR||||Parrot Intermediate Representation||Perl6Grammar||Parrot 0.8.1-devel||? (1)||Semistable||Maintenance|| 
     9||WMLScript||||[http://en.wikipedia.org/wiki/WMLScript WMLScript]||PIR||Parrot 0.8.1-devel||358/358||Development||Active|| 
    1010||Zcode||0.2||[http://en.wikipedia.org/wiki/Z-machine Z-machine]||PIR||Parrot 0.8.1-devel||0/0 (1)||Development||Inactive|| 
     11||abc||||[http://en.wikipedia.org/wiki/Bc_%28Unix%29 bc]||Perl6Grammar||Parrot 0.8.1-devel||Semistable||Inactive|| 
     12||befunge||0.2.2||[http://en.wikipedia.org/wiki/Befunge Befunge]||PASM||?||? (1)||Semistable||Inactive|| 
    1113 
    1214 * (1) One or more tests didn't work. 
     
    1416== Status == 
    1517So it's easy to tell what's going on with a project, I'll categorize statuses on the basis of two criteria: 
    16  * Completeness: stable, development, prototype, unknown 
     18 * Completeness: stable, semistable, development, prototype, unknown 
    1719   * Stable: Claims to be version 1.0, 2.0, etc.; tests appear to cover a usable subset of functionality. 
     20   * Semistable: Stable to a deprecated or old standard; can be extended to the latest standard. 
    1821   * Development: Claims to be version 0.1, 0.2, etc.; large functionality missing. 
    1922   * Prototype: Claims to be development, prototype or no version number; only basic functionality is in.