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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sourcegraph for Haskell gives you a graphical rapresentation of Haskell Code.
Take a look at the documentation, there are some examples.