-
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...
2009-09-25 13:30:44 UTC in Dodo, the programming language
-
jido made 1 file-release changes.
2009-08-14 13:40:01 UTC in Dodo, the programming language
-
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 of the...
2009-07-30 15:37:05 UTC in Dodo, the programming language