other-languages

respatialized 2022-03-20T20:21:35.359009Z

https://www.unison-lang.org/learn/usage-topics/documentation/ Unison supports type-checked example code, inline evaluation, and https://en.wikipedia.org/wiki/Transclusion as part of its data structures for documentation (docs are themselves values in Unison programs). Seems like a world apart from code frozen in strings.

respatialized 2022-03-22T13:00:11.884319Z

https://danielgregoire.dev/posts/2021-10-15-clojure-src-test-meta/ I think the approach outlined here would dovetail nicely with using metadata for that purpose.

Ben Sless 2022-03-22T13:20:46.594969Z

Why didn't I know about this library before 😮

Ben Sless 2022-03-22T13:20:56.217039Z

imagine plugging the visualizers to Emacs or Portal

Ben Sless 2022-03-22T04:41:22.916549Z

Unison is full of interesting bits. I wonder how much of this example could be done in Clojure with metadata

💡 1