Common Lisp sweet-expression reader error on *(...).
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
Common Lisp implementation of the sweet-expression reader does not work correctly on an n-expression if it was not a symbol, indentation processing is active, and it begins with the punctuation symbols "$", "\", "<", "", or ".". For example, ( 4 5) and {4 * 5} worked fine, but *(4 5) does not. The neoteric reader works fine.
Fixed in version 1.0.6.