Christopher Small

Results 195 issues of Christopher Small

It feels unexpected that if you accidentally click on some markdown/note text, you can't just click anywhere outside of the text field to re-render it as html. I notice that...

core

Just realized we should really be using [Loom](https://github.com/aysylu/loom/). This would make it possible to do more interesting analyses using their tools, would outsource the file handling, and would also ease...

Happy to contribute this as I plow along.

Currently, we're using manual require to do a lot of these calculations, which actually works pretty well, and is a testament to the power of functional closures and Lisp design...

This will help support #6. - [ ] Should be passing maps of data about functions/macros around instead of just qualified names. This gives us more flexibility. - [ ]...

This would enable more powerful coloring, etc. Some early thoughts: - [ ] namespace - [ ] type (macro or function) - [ ] times-used? (as weight?) There might be...

Unfortunately, this tool seems to frequently miss edges. I just tried it on my [semantic-csv](https://github.com/metasoarous/semantic-csv), and found that quite a number of dependencies were missing. For example, `parse-and-process` should depend...

As discussed in #1.

This would be handy for honing in on a particular namespace one might want to understand better or clean up.

I see from #103 that `cljc` should now be fixed now. However, I'm still not able to generate documentation for https://github.com/metasoarous/semantic-csv (try executing the `./build_docs.sh` script), and get the following...