Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Thursday, July 08, 2004

Quick comparison of Java scripting languages

BeanShell
:-( can't create classes

JRuby
:) concise regular-expression handling
:-( can't shortcut .getFoo() to .foo
:-( can't concatenate strings and numbers directly

Groovy
:) concise regular-expression handling
:-( filename must be valid class name
:-( can't use Java prior to 1.4

Jython
:) whitespace defines blocks - concise
:-( creates a bunch of *$py.class files
:-( no boolean type
:-( can't concatenate strings and numbers directly

0 Comments:

Post a Comment

<< Home