Fork me on GitHub
#announcements
<
2020-03-14
>
borkdude10:03:35

analyze-reify: a command line tool that analyzes clojure code for occurrences of reify and lists the reified interfaces. Implemented using Rust and tree-sitter. https://github.com/borkdude/analyze-reify.

💯 48
jaide21:03:55

For my curiosity: What drew you to Rust for this project?

borkdude21:03:19

@U8WFYMFRU Just learning something new

borkdude21:03:45

I guess you can also use treesitter from JS or Python