DISQUS

Phil Dawes' Stuff: Lisp aesthetics (and OO message passing)

  • Ian Rogers · 3 years ago
    Standards are great, and with Lisp everyone can have one :-)

    I haven't done any Lisp for about 10 years, but when solving a problem in Lisp the first thing you do is write a language that helps you express the solution...
  • Tim · 3 years ago
    Forth is another system in which you write a new language to match your problem; it is equally as fun exploring the many OO systems people have built on top of Forth, which has the added challenge of Reverse Polish Notation.