Projects tagged ‘interpreter’, ‘java’, and ‘python’


[5 total ]

42 Users
   

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.)
Created over 3 years ago.

36 Users
   

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 ... [More] a very seamless and smooth integration with Java: 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]
Created over 3 years ago.

0 Users

Mothon is a Python interpreter for mobile phones written in Java ME.
Created 12 months ago.

0 Users

KitschKitsch is a programming language developed by Zach Busser and Andrew Pangborn. This wiki contains documentation for users of the language, as well as some insight into the thought processes ... [More] behind developing it. Contents:Downloading and making the language The syntax and other rules of the language The formal grammar of the language The Kitsch interpreter The Kitsch "Machine" Language The Kitsch Compiler The Kitsch Virtual Machine Type Checker Changes:A changelog is available on the Introduction wiki page ANTLR PresentationPresentation and Samples Folder Powerpoint Slides [Less]
Created 10 months ago.

0 Users

As a fun project I started to implement an interpreter for Python 1.4 (released 1996) from scratch in Java 6. Currently, it's only the language interpreter without libraries and even the interpreter ... [More] is incomplete. But who knows... perhaps this project will evolve and support for (a subset of) a more recent Python version will be added. [Less]
Created 12 months ago.