Why Developers Should Look into Clojure

A high-level overview of Clojure, a functional programming language based on LISP and powered by the JVM.
Read more

Brought for you by @vncz

1 Like

Any Clojure fans out there?

Yes — me (the article’s author).

1 Like

Looking for other Clojure devs to share their thoughts regarding the article :slight_smile:

Well, hit me up when the article is out!

P.S: It’s Clojure, not Closure.

1 Like

Clojure is certainly more elegant than Java. However, Lisp is famous in the industry for being a “write-only” language, and transfer of code from one person to another can be quite difficult. Self-modifying code in particular is incredibly hard to understand, and one must be very careful about using that feature.

1 Like

This topic was automatically closed 27 days after the last reply. New replies are no longer allowed.