Hello, I would like to know if there are some tools and techniques for diagramming in functional languages like Lisp, Clojure, etc.
Something like UML in OOP languages, perhaps?
Hello, I would like to know if there are some tools and techniques for diagramming in functional languages like Lisp, Clojure, etc.
Something like UML in OOP languages, perhaps?
Sourcegraph for Haskell gives you a graphical rapresentation of Haskell Code.
Take a look at the documentation, there are some examples.