Re: Documenting Clojure Design without UML

2012-01-29 Thread Manuel Paccagnella
On 01/19/2012 02:12 PM, Adam Markham wrote: I have always used UML to document the design of software projects I have worked on in object-oriented languages. I am now working on a Clojure project and am required to document the design so anyone reading these documents will understand the design o

Re: Documenting Clojure Design without UML

2012-01-20 Thread Paulo Pinto
Hi, I think your problem is more general than just Clojure. Actually there was a long discussion on the "Functional Programming" group over at LinkedIn about applying UML to functional languages. The general consensus is that you can somehow adapt UML concepts to describe data structures and exec

Documenting Clojure Design without UML

2012-01-20 Thread Adam Markham
I have always used UML to document the design of software projects I have worked on in object-oriented languages. I am now working on a Clojure project and am required to document the design so anyone reading these documents will understand the design of the software. I was wondering if there is a