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


Jump to tag:

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

Filtered by Project Tags interpreter java language programming

Refine results Project Tags compiler (4) dynamic (4) scripting (4) development (3) programming_language (2) jvm (2) tools (2) generator (1) boo (1) jython (1) multi-platform (1) grammar (1)

[5 total ]

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.

30USERS
   

A wrist-friendly language targeting the Common Language Runtime (.NET / Mono) with an extensible compiler pipeline, a syntax reminiscent of Python, and many other features (like type inference, syntactic macros, etc.)

23USERS
   

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

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]

2USERS
   

SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language.