Hacker News new | ask | show | jobs
by lispm 4838 days ago
CLOS is more:

    (do-this-process object1 object2 .. object-n)
Like:

    (collide ship1 ship2)
or

    (render document1 printer1)
1 comments

And then people call Lisp unreadable :-(

Even though I started out with Algol-like languages I never liked all the different rules for braces, parens, comma's, square braces, assignment, variables, etc. etc. so Lisp was a natural fit for me.