Share

Dodo, the programming language

Code

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@dodo.cvs.sourceforge.net:/cvsroot/dodo login

cvs -z3 -d:pserver:anonymous@dodo.cvs.sourceforge.net:/cvsroot/dodo co -P modulename

Show:

What's happening?

  • Compared to Google Noop

    It is always good to have a point of reference. Google recently published their own language for the Java Virtual Machine, Noop <http://code.google.com/p/noop/>. How do dodo <http://dodo.sourceforge.net> features compare to the proposed Noop features? Read on. Fundamentals ------------ * No primitive types, everything is an Object. -- The dodo type system can manage both, as an...

    2009-09-25 13:30:44 UTC by jido

  • Dodo, the programming language

    jido made 1 file-release changes.

    2009-08-14 13:40:01 UTC by jido

  • Intervals in dodo

    Dodo has a special syntax for intervals. Intervals are used mainly to specify an index range in a list, but they can have more uses. At the moment I envision their use only for enumerable types like integers. The current documentation contains an example of interval, which is the form: n+ That notation means "n or more". Used as a list index, it allows to select all elements...

    2009-07-30 15:37:05 UTC by jido

Our Numbers