|
|
|
|
|
by egnehots
840 days ago
|
|
What about clojure? IntelliJ & VS Code are also popular IDEs for it.
It also support datastructure literals vec [1 2 3], map {:a 1 :b 2} which are mostly considered as helpful for beginners since it's closer to what they are used to in other languages. |
|