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.
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.