Code organization in an FP application

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-05-02T16:23:13Z Indexed on 2010/05/02 16:27 UTC
Read the original article Hit count: 402

What are common or recommended ways to organize an application written in a functional language?

Along what lines would you decide to create separate files, modules, directories, etc.?

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about code-organization