scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

Use read-kinds for the initial processing stages #61

Open daslu opened 9 months ago

daslu commented 9 months ago

Currently, Clay relies on a combination of clojure.tools.reader and Parcera for reading namespaces and still misses some parts of the code. See #50.

read-kinds relies on rewrite-clj and probably avoids such problems.