« earlier | later » Page 11 of 15
DParser for Python edit / delete
One Python parsing option. The underlying C library looks very powerful, but its documentation is rather lacking, and the Python interface is very limited (and a bit awkward to use).
PytStop debugging engine edit / delete
A debugger backend module for Python, so you can do gdb-style debugging operations on another binary from a Python program. This could be really cool to use for an occam debugger.
StringTemplate Template Engine edit / delete
A templating engine for Java, Python and C#. This'd be easy to bind into rawdog.
to python rawdog software templating text ... on 12 March 2006
A portable GUI library designed for Python. This uses the Motif "attachments" layout mechanism (much like the Ricardo GUI library does).
ASPN : Python Cookbook : Tail Call Optimization Decorator edit / delete
Pretty neat -- but does it do the right thing if there are non-tail calls in the function too?
Squawks of the Parrot: Functions and subs in a threaded world edit / delete
"What if function and subroutine calls all spawned off their own threads and ran independently?" Reinventing the occam model again (as someone points out in the comments).
to concurrency language programming python research ... on 16 February 2006
Some language suggestions for Python, a few of which I agree with.
to language programming python research ... on 16 February 2006
Python, implemented in Python.
osh: Object-Oriented Shell edit / delete
Typed Unix-style pipelines.
« earlier | later » Page 11 of 15
tasty by Adam Sampson.