Today I stumbled across some very interesting projects by
Nickolay Platonov which I'd like to discuss in an OLPC context.
I've been hacking away at
TurtleScript fueled partly by a drive for minimalism: a small system is a learnable system. To that end, the language is based on
Douglas Crockford's "Simplified JavaScript" (as recognized by
this top
(
Read more... )
Comments 3
About Joose - its not only returning to class-based inheritance. Its also attempt to reduce the state management. Of course, in imperative language, thats the question of discipline.
Joose achieves that in 2 way - 1st is unified approach to class initialization (I noticed, very often I don't need "initialize" method at all)
and 2nd - the meta layer, which allows reduce common code patterns to *declarations*.
Reply
It's kind of weird when other languages start taking innovations from the Perl world...
Reply
Reply
Leave a comment