Thats quite an impressive amount of functionality for not much code. Tokei says 4.4k sloc in the ui dir which contains the editor implementation. I was over 25k sloc for a less ambitious editor in typescript recently.
I'm also a bit jealous of how clean the reframe usage model is, i really liked the dominoes explanation when i first learned about it. https://day8.github.io/re-frame-wip/dominoes-60k/
> impressive amount of functionality for not much code. Tokei says 4.4k sloc
Curious about your process here. Do you evaluate repositories this way as a habit? Is there a Web interface for such tooling? Visualization? What are your heuristics to evaluate a project this way?
I don't usually so i don't know unfortunately, i was just curious in this case