mcandre

↗ HN profile [ 1908 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; } ...…