Why Clojure?
gaiwan.co
Why Clojure?
1–10 of 302 posts
Re: Why Clojure?
#2Re: Why Clojure?
#3Re: Why Clojure?
#4Re: Why Clojure?
#5Because you want the type safety of lisp with the simplicity of the jvm /s
Re: Why Clojure?
#6Re: Why Clojure?
#7Re: Why Clojure?
#8Because you want the type safety of lisp with the simplicity of the jvm /s
You are being snarky but I'll take immutability over types and interoperability and access to a vast and stable ecosystem over the simple and extremely limited and underperforming alternatives. Thanks for the segway. I also cannot understate the reasoning ease that comes with basically everything being a static, top-level function. Testing never requires mocks because you can redef any function anywhere trivially whe…
OK.
> Thanks for the segway.
A segway is a motorized transport; a segue is a transition to a different topic. So this could be considered a type error, and demonstrates why you need types, not just immutability.
Re: Why Clojure?
#9For a team that needs to get s** done and has more per employee productivity than Faang combined it's hard to beat the speed with which you can build things when you have the repl and interactive programming.
The jvm while doesn't have great error messages is a fantastic runtime.
Re: Why Clojure?
#10I run a multi-million dollar business which I started with common lisp. I since moved away to go and then rust but I've been looking at clojure again lately. For a team that needs to get s** done and has more per employee productivity than Faang combined it's hard to beat the speed with which you can build things when you have the repl and interactive programming. The jvm while doesn't have great error messages is a…
This is how I use Python to be honest. If I'm unsure of something, I just bust out the REPL.