Chris Creed wrote:Good evening
Was wondering what the target audience of this book would be, or how "simple" will it be? Is it geared towards those that have experience in another functional language? Any coding experience at all? Completely raw right off the street? Will it explain why Clojure could offer that other language such as Scala and Java cannot?
Sunderam Goplalan wrote:Hi John,
Coming from a Java Background, when I learnt Java Script, I liked many features that Java script offers that are not available in Java. For instance, the power comes from Java Script being a
dynamically typed language and functions are first class objects. i.e. they can be passed around seamlessly. I believe the same is true in Clojure. And JavaScript is a functional language too,
like Clojure.
Even though Clojure and Java Script may not be directly comparable as they solve different goals, would it be reasonably accurate to say Clojure SHARES most of the features of JavaScript?
If NOT, how is Clojure fundamentally different from JavaScript?
Thanks
GS
Sean Corfield wrote:There's a very nice library called Seesaw that makes building desktop Swing applications almost pleasant: https://github.com/daveray/seesaw
Mike Gage wrote:Is there an advantage to using Clojure rather than Groovy?
Runrioter Wung wrote:I have never learnt Clojure and just heard about it.And I know it is the same as Java based on JVM.I doubt how Clojure makes a difference. Compared with Java or other languages based on JVM? And make what simple?
Looking forward to your reply.