another Lisp article done

August 6th, 2004 at 8:23 pm

As I mentioned before, I came back to playing with Lisp recently. Naturally, I discovered
that I forgot how Lisp’s equality operators – eq, eql, equal and equalp
differ. To completely understand it,
I referred to the Hyperspec and two Lisp books. To avoid
this experience in the future, I summarized my “understanding”
in a short article: http://www.geocities.com/spur4444/prog/equality_in_lisp.html

Related posts:

  1. short article on lambda
  2. the Jamca chess programming tutorial/project begins
  3. SEO for Lisp’s sake (Lisp tutorial)
  4. Book review: “Successful Lisp” by David Lamkins
  5. back to lisp

Comments are closed.