Shed Skin

Shed Skin 0.9.1

Shed Skin is an experimental Python-to-C++ compiler. Shed Skin accepts pure Python programs, and generates optimized C++ code. This means that, in combination with a C++ compiler, it allows for translation of Python programs into highly efficient machine...

Jikes RVM

Jikes RVM 3.1.2

Jikes RVM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification.You may wonder why the world needs another...

Mercury

Mercury 13.05.1

Logic programming languages have been around for more than twenty years. Despite the expected advantages of a very high level programming language based upon well developed theories of logic over conventional programming languages (such as C, C++, Pascal...

lizpop

lizpop 0.4.0

lizpop is a scheme interpreter for Python.Installation Simply run python setup.py install. e.g.  tar zxvf lizpop-0.3.1.tar.gz  cd lizpop-0.3.1  sudo python setup.py installUsageTo run interactively: python -O -m lizpop.runTo...

pyPEG

pyPEG 2.4.1

Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.But sometimes you may want to have your own parser. This...

SlimIt

SlimIt 0.8.1

SlimIt is a JavaScript minifier written in Python. The project compiles JavaScript into more compact code so that it downloads and runs faster.Using lexer in your project>>> from slimit.lexer import Lexer>>> lexer = Lexer()>>> lexer.input('a = 1;')>>> for...

Enchanting

Enchanting 0.2.3

Enchanting is an open-source graphical programming environment for children to program their LEGO Mindstorms NXT robots (external link)(and, in the future, possibly other devices.) Enchanting is based on Scratch(external link) from the MIT Media...

purepy

purepy 0.1.0 Alpha 1

The CPython implementation is the standard for Python (the language). purepy is a translation of the C code to pure Python, to a limited degree of completion.Additionally, purepy provides an interface around an alternate organization of the codes, aligned...