« earlier | later » Page 10 of 15
Stackless.com - About Stackless
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
No idea how well it works. (I suspect not very.)
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).
Inline C in Python using SWIG.
to c programming python swig ... on 23 July 2006
A guide to some of Python's functional features.
to functional programming python ... on 05 July 2006
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
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.