views:

74

answers:

1

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?

+2  A: 

Sourcegraph for Haskell gives you a graphical rapresentation of Haskell Code.

Take a look at the documentation, there are some examples.

volothamp