Tag Archives: scripting

Nailgun is Cool

I’ve been checking out Marty Lamb’s Nailgun project, which is a Java server running classes, executed by a small command-line client in C, using a custom communication protocol. The C client, of course, starts up immediately, and the cost of … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on Nailgun is Cool

Dynamic Languages on the JVM

Dynamic Language Integration in the JVM I’ve been interested to see the different languages built on top of the JVM. If you do a web search for “jvm languages”, you’ll find a whole slew of them listed, some of which … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on Dynamic Languages on the JVM