Lacking Rhoticity
Monday, 7 December 2009
Modular vs. monolithic build systems
›
I have spent some time packaging software as Debian packages. While the Debian packaging system has its faults, it has the nice property th...
Tuesday, 1 December 2009
read_file() and write_file() in Python
›
Here are two functions I would like to see in the Python standard library: def read_file(filename): fh = open(filename, "r") ...
6 comments:
Wednesday, 18 November 2009
CapPython revisited
›
[I've had a draft of this post floating around since June, and it's about time I posted it.] Guido van Rossum's criticisms of ...
Monday, 28 September 2009
A combined shell and terminal
›
Last year I wrote about a couple of features that I'd like to see in a hypothetical integrated shell and terminal. Since then I hav...
4 comments:
Friday, 18 September 2009
Logging with stack traces
›
I find that postmortem debugging is useful (e.g. examining process state in gdb or pdb after a crash or traceback), but trying to debug usin...
Monday, 31 August 2009
How to do model checking of Python code
›
I read about eXplode in early 2007. The paper describes a neat technique, inspired by model checking, for exhaustively exploring all execu...
5 comments:
Sunday, 28 June 2009
Encapsulation in Python: two approaches
›
Time for another post on how object-capability security might be done in Python. Suppose function closures in Python were encapsulated (i....
‹
›
Home
View web version