Viewing profile — mcandre
mcandre
HN member- Joined
- Wed, Jan 07, 2009, 5:02 PM UTC
- HN karma
- 66
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mcandre
No profile information was provided.
Recent public activity
-
story
Regenboog - So long, and thanks for all the passwords
A Web 2.0 rainbow table using Node.js and Redis.
-
story
Lisp or Haskell (not a flame war)
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…
-
comment
Comment #2851404
Thanks! That one's at https://github.com/mcandre/scriptedmain/blob/master/scripted... and https://github.com/mcandre/scriptedmain/blob/master/test.js
-
story
Python's if __name__=="__main__": main() in other languages
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: u…
-
comment
Comment #1929341
It didn't work for me at all, unfortunately. Example: The Allegro CL version included is so old that Allegro refuses to license it.
-
comment
Comment #1929339
SICP isn't as entertaining, but it's a classic. http://mitpress.mit.edu/sicp/ Also, The Scheme Programming Language. http://www.scheme.com/tspl3/
- comment
-
story
CL or Scheme?
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…
-
comment
Comment #431142
I've always wanted to turn an old PC into a networked jukebox. Usually, I leave the current OS on it and use it for development testing. A firewall would be good, but don't forget …
-
comment
Comment #423638
YelloSoft http://yellosoft.us/ I complain about the very same thing. There hasn't been a lot of development effort for building anything cross-platform. Out of fifty LISP implement…