Slashdot Mirror


User: HaveNoMouth

HaveNoMouth's activity in the archive.

Stories
0
Comments
127
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 127

  1. Re:This isn't how you list top movies on The Wired Top Twenty Sci-Fi Movies · · Score: 1

    Pay close attention to the shot that is the transition between the past and the future.
    This is (IMHO) the most brilliant transition scene ever filmed, in any genre.

  2. A Great Book on a Great Language on Paul Graham Makes "On Lisp" Available Online · · Score: 3, Informative

    Graham's book is the definitive work on Common Lisp's macro facility, itself one of the prime features that make Common Lisp (not Scheme; there's a big difference) the most powerful language on the planet.
    If your only exposure to Lisp has been a one-semester course that covered Scheme, you don't know Common Lisp. Try it before you judge it. Open-source versions are CMUCL for most Unix/Linux platforms and OpenMCL for Linux/PPC and Darwin/MacOSX. The full language spec and reference is online.

    Now if somebody would just write as good a book for CLOS...