Remix.run Logo
manoDev 39 minutes ago

> Programming language syntax scarcely matters.

Clojure brings more than syntax though... there's an opinionated take on making all data structures immutable (as in, structural sharing [1]) by default. That's a huge difference in how you architect the program and debug it.

[1] https://softwarepatternslexicon.com/clojure/core-concepts-of...