Rama is a testament to the power of Clojure

Rama is a testament to the power of Clojure.
It took more than ten years of full-time work for Rama to go from an idea to a production system. I shudder to think of how long it would have taken without Clojure. Rama is a programming platform …

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Why is Clojure not that popular? It looks like a cool language to learn.

2 Likes

Clojure is a dialect of LISP, and LISP is very powerful. There is also a LISP written for BEAM which is called LFE (Lisp Flavored Erlang). It’s written by Robert Virding, the creator of Erlang.

Clojure is a LISP-1 while LFE is a LISP-2. The difference is that in LISP-1, functions and variables share the same namespace, while in LISP-2 they have separate namespaces.

1 Like

I am interested in learning Clojure, and how it makes data-oriented programming simple.

2 Likes

I like the Clojure’s concept, but the syntax always drove me away =~

2 Likes

At first, the parentheses in any LISP might seem daunting, but once you spend some time with it, you’ll likely fall in love with it.

1 Like

Any suggestions for good Clojure tutorial/training video courses?

1 Like

Without considering Claude, I’ve actually been liking Gemini more lately.

1 Like

Maybe try the ones from Eric Normand.

1 Like

Thanks. I purchased his Beginning Clojure course recently. :slight_smile:

1 Like