My Writings

Nowadays I keep most of my preconceptions about programming in my Artima blog. In the past, I have published a lot in the Italian Webzine Stacktrace. In time, I plan to translate all of my Stacktrace articles and to republish them in my blog. If you read Italian, however, you may enjoy the originals.

My Old Writings

My Recipes

I have published a number of recipes in the Python Cookbook. You can find the full list here.

I also wrote a recipe in the Chicken Wiki, about implementing Python-like generators in Scheme.

My Open Source Libraries

Python

  • The decorator module (zip doc)

Scheme

  • sweet-macros, a library to make syntax-case macros easy (code doc)