mcandre

↗ HN profile [ 79.4 ms ] full profile
Karma
66
Created
January 7, 2009 (17y ago)
Submissions
0
  1. A Web 2.0 rainbow table using Node.js and Redis.

  2. When embarking on a new project, I often have trouble deciding between Lisp with its flexible macros and Haskell with its robust type system goodness. Does anyone else do this (e.g. Perl vs Python)?

  3. This behavior is very hard to Google. For now, I'm calling it "scripted main" and I'm cataloging it for several programming languages. Ruby: if __FILE__ == $0 then main end Perl: unless(caller) { main; } ...…

  4. I started reading Practical Common Lisp. It took me two whole days to setup a CL system: Emacs, SLIME, CLISP, Quicklisp. The syntax is riddled with intricacies: LET or LET* or FLET or LABLES? Is Scheme (esp. Racket) any…