|
|
|
|
|
by kazinator
989 days ago
|
|
How we can summarize the situation is this: Lisp has patterns, but you don't need a book to give you copy-paste boiler plate. E.g. Visitor Pattern. Lisp programmer be like: I'm a gonna recursively walk this tree of objects, and call a generic function with each object from the tree as one argument, and one specific object as the other argument. Done! C++/Java programmer be like: I'm gonna study the Visitor Pattern again, and then prepare a bunch of skeleton code ... |
|