Largest Clojure codebases?

2015-11-15 Thread dilettante . coder
I've been having a (friendly) argument with a friend who is an old-school OOP programmer. He insists that you need objects to make large-scale codebases legible and maintainable over the long run. Quite apart from this argument's virtues or lack thereof, this made me curious -- what are the

Re: Beginning Clojure Development

2015-09-12 Thread dilettante . coder
I'm a little past the absolute-newb stage (also came from .NET), but I recently came upon *Programming in Clojure* by Mark McDonnell (https://leanpub.com/programming-clojure/), and appreciated how succinct, clear and yet (relatively) comprehensive it is. I'd recommend it highly as a first

Re: Component: lists of components, possibly changing

2015-06-17 Thread dilettante . coder
Take a look at Peripheral (https://github.com/xsc/peripheral). It's based on Component and may provide some of the functionality you need. -- 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

Re: Clojure for Desktop UI Design Application

2015-06-02 Thread dilettante . coder
I'm a newbie in the JVM/Clojure world, and a past user of C#/WPF. I had similar questions for a JVM desktop application, and came upon this interesting project: http://open-dolphin.org/dolphin_website/Home.html. The notion here is that you mutate very simple, generic presentation models at