BooLanguage

ThoughtStorms Wiki

Very interesting idea. A PythonLanguage - like ProgrammingLanguage to run on the .Net virtual machine. Because it's designed as native to .Net it's static rather than dynamic typed, but the compiler infers all the types and casts that it can.

Often looks like Python with the occasional VisualBasic style "x as integer" thrown in.

I suspect I'd like it ... though see the Gotchas for Python users : http://boo.codehaus.org/Gotchas+for+Python+Users

Backlinks (1 items)