ciel-lang/CIEL

Can not quickload jonathan because of reader syntax conflicts

Closed this issue · 1 comments

Our use of pythonic string reader conflicts with Jonathan, because it uses cl-annot. But it uses it only for its @doc tag, which mimics docstrings.

TODO: send a PR to remove cl-annot from Jonathan.

Discuss the default use of pythonic docstring syntax.

Jonathan is not the only impacted library, we removed the pythonic triple quote reader syntax by default.