Review of JVM Notebook - JVM Languages

 It has been a while but there are still relevant JVM projects here.

See the JVM Notebook..


https://github.com/berlinbrown/jvmnotebook/tree/master/jvmnotebook


The Java Virtual Machine ( Sun's JVM is called HotSpot ) is a java bytecode interpreter 
which is fast, portable and secure. Jython, JRuby, Scala, ABCL (Common Lisp) 
are popular language implementations that run on the JVM that allow for the 
jvmcookbook sugar of their particular languages.

Review of languages

    * http://jruby.codehaus.org/ - JRuby Home
    * http://groovy.codehaus.org/ - Groovy Home
    * http://clojure.org/ - Clojure
    * http://www.scala-lang.org/ - Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. 

    * http://www.jython.org - Jython
    * http://common-lisp.net/project/armedbear/ - Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp that runs in a Java virtual machine. 

    * http://sisc-scheme.org/ - SISC, Second Interpreter of Scheme Code
    * http://asm.objectweb.org/ - ASM, Java bytecode manipulation and analysis.

Comments

Popular posts from this blog

Is Java the new COBOL? Yes. What does that mean, exactly? (Part 1)

On Unit Testing, Java TDD for developers to write

JVM Notebook: Basic Clojure, Java and JVM Language performance