Blog Detail
Chip's Tips for Developers
http://chipstips.com
Programming tips, tricks, and examples from Chip Camden.
Recent Posts
Prime numbers in Common Lisp
As an exercise in my spare time, I decided to translate my Ruby prime number generator to Common Lisp. What — isn’t that the sort of thing you do in your spare time? Common Lisp does not have call/cc (that’s a Scheme thing), although ...
Prime ruby
While watching the MLB playoffs yesterday, I could overhear my wife helping our son with his homework – fractions. She explained “making the bottom number the same” in terms that he could understand, but I couldn’t help ruminating on the al...
WiPeD debugger for WordPress now has traceback
Sam Mela liked my WiPeD debugger for WordPress, but he wanted an easy way to include call traceback information. So he added it, and he kindly shared his addition with me. I’ve adapted what he did to my own tastes and included it in the downl...
A synthesis of new capabilities in Synergy/DE version 9
As I threatened in my last post, I’ve combined a lot of my Synergy/DE version 9 work into a single library, which I have named “synthesis”. Why synthesis? It’s a synthesis of most of my explorations of what I can do with Synergy/DE...
Regular Expression parser for Synergy/DE
Yes, Richard, I did it – I created another problem for everyone. I’ve implemented a regex parser for Synergy/DE. And because it’s written in Synergy/DE (as opposed to say, a C DLL), it’s portable between any number of Unices, Linu...
Synergy/DE ls class gets set
In a continuing project, I needed a Set data structure. Sets are similar to lists, but with the additional constraint that they do not contain duplicated elements. I considered creating a new Set class that would impose that constraint, b...


Useful and interesting content. Good stuff.
Posted: June 23rd, 2007 | More Reviews From CodeMage | Report This Comment