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
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
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