|
|
|
|
|
by dreamcompiler
1298 days ago
|
|
The CL error system is built with CLOS. If you want to customize error handling you'll basically be writing CLOS. But I agree about general data structures. Some of the sequence functions are generic but not enough of them. I presume this happened because circa 1990 generic dispatch was too slow to handle high speed data traversal. That's no longer true, and many libraries exist to "generify" more of Common Lisp. |
|