Reputation: 1063
I realize this is a broad question, but given "what we know now" vs. "what we knew then" and Greenspun's Tenth Rule, are there efforts to "modernize" (evolve) Common Lisp or has this been considered? Are there working groups that consider this question? Is there still interest in an (incrementally improved) ANSI Standard for Common Lisp?
Upvotes: 1
Views: 260
Reputation: 60072
This question has been asked on comp.lang.lisp
many times and the answer is NO.
Changing a standard is extremely expensive in terms of time of experts. Lisp vendors have neither resources nor incentives to do that.
Nor there is any need for that: the language as specified is good enough, what it lacks is standard interfaces to various libraries. This issue is addressed by individual vendors.
Upvotes: 5