Clojure will affect the way you think about programming
eli.thegreenplace.net
Clojure will affect the way you think about programming
1–10 of 226 posts
Re: Clojure will affect the way you think about programming
#2Re: Clojure will affect the way you think about programming
#3Re: Clojure will affect the way you think about programming
#4Re: Clojure will affect the way you think about programming
#5I have switched between many programming languages, and if you are considering Clojure I would highly recommend it. It is immutable first, which helps eliminate many classes of explicit bugs and non-obvious anti-patterns. It also works across Java / Javascript allowing for a common code base of business logic across all layers, and with React Native looks and performs well on iOS and Android.
Re: Clojure will affect the way you think about programming
#6I have switched between many programming languages, and if you are considering Clojure I would highly recommend it. It is immutable first, which helps eliminate many classes of explicit bugs and non-obvious anti-patterns. It also works across Java / Javascript allowing for a common code base of business logic across all layers, and with React Native looks and performs well on iOS and Android.
When you say it works across Java/JavaScript - could you expand? Can I essentially write Clojure that compiles to JavaScript?
Re: Clojure will affect the way you think about programming
#7I have switched between many programming languages, and if you are considering Clojure I would highly recommend it. It is immutable first, which helps eliminate many classes of explicit bugs and non-obvious anti-patterns. It also works across Java / Javascript allowing for a common code base of business logic across all layers, and with React Native looks and performs well on iOS and Android.
When you say it works across Java/JavaScript - could you expand? Can I essentially write Clojure that compiles to JavaScript?
Re: Clojure will affect the way you think about programming
#8I have switched between many programming languages, and if you are considering Clojure I would highly recommend it. It is immutable first, which helps eliminate many classes of explicit bugs and non-obvious anti-patterns. It also works across Java / Javascript allowing for a common code base of business logic across all layers, and with React Native looks and performs well on iOS and Android.
When you say it works across Java/JavaScript - could you expand? Can I essentially write Clojure that compiles to JavaScript?
Re: Clojure will affect the way you think about programming
#9The perfect language? I doubt that. It's probably quite decent.
Re: Clojure will affect the way you think about programming
#10I have switched between many programming languages, and if you are considering Clojure I would highly recommend it. It is immutable first, which helps eliminate many classes of explicit bugs and non-obvious anti-patterns. It also works across Java / Javascript allowing for a common code base of business logic across all layers, and with React Native looks and performs well on iOS and Android.
When you say it works across Java/JavaScript - could you expand? Can I essentially write Clojure that compiles to JavaScript?