10/02/06 22:37:54
JVMとCLR両方で使えるVM向け新言語で、静的もしくは静的並のスピードで、並列機構もってるのはこのへん?
・Clojure CLR
URLリンク(wiki.github.com)
結構ポータブル?LISP-1
・Fantom
URLリンク(fantom.org)
初めて知ったやつ・・・ 結構ポータブル?
Write code portable to the Java VM, .NET CLR, and JavaScript in the browser.
Java and C# programmers will feel at home with Fantom's evolutionary syntax.
・Scala on .NET
URLリンク(www.scala-lang.org)
設計がJVM最適化しすぎ?
・boojay
URLリンク(code.google.com)
これはScalaと逆でCLR最適化しすぎ?
Boo ( URLリンク(boo.codehaus.org) ) is a new object oriented statically typed programming language
for the Common Language Infrastructure with a python
inspired syntax and a special focus on language and compiler extensibility.