Global Feed Post Login
Replying to Avatar unclebobmartin

A blurb I just wrote about Clojure.

Clojure is a language that employs a simple syntax to manipulate data types and structures that are as far from the constraints and limitation of the computer hardware as possible. The simplicity of the syntax allows rich and complex data manipulations to be accomplished with very little code — vastly increasing programmer productivity over languages that employ an elaborate syntax to manipulate data that hews close to the machine architecture. For any problem in which the richness and complexity of the data manipulations outweighs the possible efficiencies of adherence to physical hardware, it is difficult to imagine a better and more productive language than Clojure.

Avatar
fiatjaf 2y ago

I am really interested in learning Clojure, and yet I feel like the syntax is the worst obstacle. It's hard to believe in what you're saying there, but I suppose it will make sense once I become a Clojure expert in 10 years.

Reply to this note

Please Login to reply.

Discussion

ef
aasaa 2y ago

Syntax is just the most visible part, I guess that's why it feels like the worst obstacle. I believe it is actually the easiest part. You could probably get used to it in a month or so, not 10 years.

Thread collapsed