from __future__ import *Bob's Rantssimplejson 1.7- March 18, 2007 simplejson is a simple, fast, complete, correct and extensible JSON (RFC 4627) encoderdecoder for Python 2.3+. It is pure Python code with no dependencies. simplejson 1.7 is a minor update that improves encoding performance with an optional C extension to speed up strunicode encoding (by 10-150x or so), which yields an overall speed boost of ...http://bob.pythonmac.org/archives/2007/03/18/simplejson-17/ Distel and Erlang mode for Emacs, on Mac OS X- March 17, 2007 In the comments of my post on Erlang Mode for Emacs Tobbe pointed me at the new Distel repository for Distel. I had originally tried to install Distel last year when I began with Erlang but it didn't work. It works now! Here's the deal. Check out Distel. In my case I'm going to check it ...http://bob.pythonmac.org/archives/2007/03/16/distel-and-erlang-mode-for-emacs-on-mac-os-x/ Erlang Mode for Emacs- March 15, 2007 Erlang ships with a quite nice Erlang mode for Emacs. Editing Erlang code is actually the only thing I ever use Emacs for. Setting it up is only slightly painful. For a default R11B-3 installation your .emacs will look like this: (setq load-path (cons &34;usrlocalliberlanglibtools-2.5.3emacs&34; load-path)) ...http://bob.pythonmac.org/archives/2007/03/14/erlang-mode-for-emacs/ Erlang in Print (almost)- March 4, 2007 Erlang finally has a book out in print again (almost): Programming Erlang, written by Joe Armstrong. The best part of the story is that the publisher is allowing a combo purchase of a beta PDF plus the print book when it's available. How cool is that I think this model makes a lot of sense ...http://bob.pythonmac.org/archives/2007/03/04/erlang-in-print-almost/ simplejson 1.6- March 4, 2007 simplejson is a simple, fast, complete, correct and extensible JSON encoderdecoder for Python 2.3+. It is pure Python code with no dependencies. simplejson 1.6 is a minor update that improves str support for encoding. Previous versions of simplejson integrated strings directly into the output stream, this version ensures they're of a particular encoding (default is ...http://bob.pythonmac.org/archives/2007/03/03/simplejson-16/ |