« earlier | later » Page 10 of 15
Stackless.com - About Stackless edit / delete
Variant of Python with lightweight threads. (Unfortunately, it doesn't build with GCC 4.1.)
to concurrency python research software ... on 24 September 2006
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
« earlier | later » Page 10 of 15
tasty by Adam Sampson.