Projects tagged ‘java’, ‘jvm’, ‘language’, and ‘programming’


Jump to tag:

Projects tagged ‘java’, ‘jvm’, ‘language’, and ‘programming’

Filtered by Project Tags java jvm language programming

Refine results Project Tags development (5) compiler (4) scripting (4) dynamic (4) tools (3) interpreter (2) cldc (2) programming_language (2) dsl (2) ruby (2) jdk (1) script (1)

[8 total ]

106USERS
   

An agile dynamic language for the Java Platform with many features that are inspired by languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Developing web applications , writing shell scripts ... [More] easily, writing concise, meaningful, test cases using Groovy's JUnit integration, or prototyping and producing real industrial strength applications have never been so concise and groovy. [Less]

40USERS
   

JRuby is an 100% pure-Java implementation of the Ruby programming language. JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

22USERS
   

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: ... [More] from Python you have complete access to all Java libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately. [Less]

1USERS

Fan is an OO, functional programming language designed to cross compile to both the Java and .NET platforms. It provides a concise syntax along with elegant, cross portable libraries.

1USERS

XRuby is a Ruby compiler for the JVM, converting .rb files into .class files. Unlike JRuby, which focuses on just-in-time compilation of Ruby code, XRuby works exclusively by ahead-of-time compiling.

1USERS
 

The Hecl Programming Language is a high-level scripting language implemented in Java. It is intended to be small, extensible, extremely flexible, and easy to learn and use. In fact, it's small enough that it runs on J2ME-enabled cell phones!

0USERS

SableVM is a robust, extremely portable, efficient, and specifications-compliant Java virtual machine that aims to be easy to maintain and to extend. It features a state-of-the-art, efficient interpreter engine. Its source code is very accessible and easy to understand, and has many robustness features that have been the object of careful design.

0USERS

A Lua implementation written in pure Java, targeting the CLDC 1.1 (Java ME).