mcandre
- Karma
- 66
- Created
- January 7, 2009 (17y ago)
- Submissions
- 0
- Regenboog - So long, and thanks for all the passwords (regenboog.no.de)
A Web 2.0 rainbow table using Node.js and Redis.
-
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)?
-
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; } ...…