|
|
|
|
|
by zachbeane
4178 days ago
|
|
Certain things are still hardwired into the Common Lisp reader. For example, because of how colons are treated in symbols, you can't trivially support something like JSON via reader macros. It still works best if the input bears a pretty good resemblance to lisp. That's not such a big deal, because there are plenty of tools for conventional input parsing in Common Lisp. |
|
Isn't that what the article shows how to do?