« earlier | later » Page 10 of 15
crazy-compilers: bridgekeeper -- A Perl to Python source code converter edit / delete
No idea how well it works. (I suspect not very.)
Shed Skin - Shed Skin edit / delete
Python-to-C++ compiler -- a neat idea and (apparently) a *very* small implementation. It puts some restrictions on the Python code it'll accept which mean that virtually none of my programs will compile, though (you can't mix scalars and None).
ASPN : Python Cookbook : Thread-safe caching object with file and HTTP implementations edit / delete
The Instant C/C++ in Python edit / delete
Inline C in Python using SWIG.
to c programming python swig ... on 23 July 2006
Functional Programming HOWTO edit / delete
A guide to some of Python's functional features.
to functional programming python ... on 05 July 2006
Welcome to MyHDL [MyHDL] edit / delete
A tool for FPGA design in Python -- you write a Python program linking a load of generators together, and it compiles it to Verilog. Yet another nearly-process-oriented thing, but the simulation/compilation approach is neat.
to compiler fpga python research software ... on 04 July 2006
Pluvo Programming Language edit / delete
A slightly-Python/Rubyesque language with dynamic binding, prototypes, and a fairly neat syntax.
to compiler design language python research ... on 03 July 2006
A reasonably nice parsing framework for Python that takes EBNF input and gives you a tree of locations as output.
« earlier | later » Page 10 of 15
tasty by Adam Sampson.