Python looks like a lot less typing.
And much more readable, without the parenthesis balancing dance.
Clojure & Python, Side by Side
41–50 of 67 posts
Re: Clojure & Python, Side by Side
#42I love this format. Can anyone point to more "Rosetta Stone" examples like this? (Aside from ever-prevalent "X in Coffeescript compiles to Y in Javascript")
Re: Clojure & Python, Side by Side
#43I love this format. Can anyone point to more "Rosetta Stone" examples like this? (Aside from ever-prevalent "X in Coffeescript compiles to Y in Javascript")
Re: Clojure & Python, Side by Side
#44Earlier quoted context omitted.
And much more readable, without the parenthesis balancing dance.
Just like English is soooo much more readable than German, because well, I don't know German :)
Re: Clojure & Python, Side by Side
#45Re: Clojure & Python, Side by Side
#46Re: Clojure & Python, Side by Side
#47Earlier quoted context omitted.
And much more readable, without the parenthesis balancing dance.
Just like English is soooo much more readable than German, because well, I don't know German :)
Re: Clojure & Python, Side by Side
#48Re: Clojure & Python, Side by Side
#49Re: Clojure & Python, Side by Side
#50This is pretty cool. I know python well enough to hack my way around it. I'm probably missing something, but now I have to ask: what would be the point in me learning clojure?
Clojure has excellent concurrency support. Clojure has a focus on functional programming, immutable data[1] and the sequence abstraction[2]. Clojure is a Lisp and has most[3] of the super-powerful metaprogramming facilities that you would expect from a Lisp. This means you can, with enough effort, mold the language to suit your needs, even turning it into a completely different language should you wish to do so. Cloj…
Stop repeating things you don't know.^_^