Re: Noop language

2009-09-22 Thread Nick Sabalausky
"bearophile" wrote in message news:h8t7e8$1fa...@digitalmars.com... > Google labs are thinking about another language that runs on the JavaVM, > named Noop, "A testable programming language": > http://code.google.com/p/noop/ > > It has no subclassing, no primitives, and by default variables > (

Noop language

2009-09-17 Thread bearophile
Google labs are thinking about another language that runs on the JavaVM, named Noop, "A testable programming language": http://code.google.com/p/noop/ It has no subclassing, no primitives, and by default variables (references) are final & not null. It uses properties by default. More details: