zachbeane | 11 months ago | on: Why I Program in Lisp
zachbeane's comments
zachbeane | 3 years ago | on: Common Lisp Object System (CLOS)
zachbeane | 3 years ago | on: 50MB for Hello World
zachbeane | 3 years ago | on: Common Lisp names all sixteen binary logic gates
zachbeane | 4 years ago | on: Constitution Grove – the Navy’s White Oak Forest on a High Tech Base (2020)
zachbeane | 5 years ago | on: The Sweden Solar System
zachbeane | 8 years ago | on: You Can’t Block Mark Zuckerberg or Priscilla Chan on Facebook
zachbeane | 9 years ago | on: Zach Beane: The Quicklisp fundraiser is now up and running
zachbeane | 9 years ago | on: Practical Common Lisp (2005)
The core of Quicklisp is in dist.lisp. Understanding the protocol of the generic functions at the start of that file will help clarify Quicklisp as a whole. Almost everything else Quicklisp does is in support of that protocol.
zachbeane | 10 years ago | on: A Brief Guide to CLOS (1998)
PCL is much better. Keene too. Seek out Joe Marshall's Warp Speed intro too.
zachbeane | 10 years ago | on: State of the Common Lisp Ecosystem
Elephant has been unmaintained for many years. I wouldn't recommend it.
zachbeane | 10 years ago | on: ADSF-install is obsolete
There are a handful of commands described on http://www.quicklisp.org/ but there is no end-to-end, comprehensive user or developer manual.
zachbeane | 11 years ago | on: CLisp needs maintainers
zachbeane | 11 years ago | on: CLisp needs maintainers
CMUCL is not popular any more.
SBCL is popular, and so is Clozure CL.
zachbeane | 11 years ago | on: A Brief Guide to the Common Lisp Object System
CLOS is best used primarily by defining a protocol with generic functions, then using methods and (optionally) classes to implement the protocol.
http://xach.com/lisp/jrm-clos-guide.html has a copy of Joe Marshall's "Warp Speed" CLOS guide.
zachbeane | 11 years ago | on: Reader Macros in Common Lisp
zachbeane | 11 years ago | on: Reader Macros in Common Lisp
That's not such a big deal, because there are plenty of tools for conventional input parsing in Common Lisp.
zachbeane | 11 years ago | on: Corman Lisp sources are now available
zachbeane | 11 years ago | on: Corman Lisp sources are now available
It would be interesting to see how far it gets on the ANSI test suite from http://www.cliki.net/GCL%20ANSI%20Test%20Suite
zachbeane | 11 years ago | on: Corman Lisp sources are now available
It's still pretty cool, but not as a learning tool in 2015.