I modularize my Clojure systems using Jig: https://github.com/juxt/jig -
it's one of many possible approaches.


On 27 December 2013 15:23, Massimiliano Tomassoli <kiuhn...@gmail.com>wrote:

> On Friday, December 27, 2013 7:29:22 AM UTC+1, Sean Corfield wrote:
>
>> On Thu, Dec 26, 2013 at 8:32 AM, Massimiliano Tomassoli
>> > How do you decompose large systems in Clojure?
>>
>> I'm curious as to why you think only OOP allows you to decompose large
>> systems? Between namespaces, protocols, multimethods, ad hoc
>> hierarchies, and higher order functions, Clojure has a lot of tools
>> for organizing code...
>>
>>
> I've never claimed that OOP is the only way to decompose large systems,
> but since Clojure doesn't support OOP and many languages are multi-paradigm
> nowadays, I was wondering how you modularize systems in a language which is
> purely functional.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojure/zwhpqptqV1A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to