Lisp syntax enables you to focus on the ideas behind the code. It just gets out of your way. I'm reading The Little Schemer right now. It's a book about recursion that uses a Lisp dialect called...
Lisp syntax enables you to focus on the ideas behind the code. It just gets out of your way.
I'm reading The Little Schemer right now. It's a book about recursion that uses a Lisp dialect called Scheme to illustrate how recursion works.
You wouldn't need to know anything about Lisp to read it. The syntax is trivial compared to the real content of the book.
Lisp syntax enables you to focus on the ideas behind the code. It just gets out of your way.
I'm reading The Little Schemer right now. It's a book about recursion that uses a Lisp dialect called Scheme to illustrate how recursion works.
You wouldn't need to know anything about Lisp to read it. The syntax is trivial compared to the real content of the book.
Clojure looks interesting