ncitron.eth
@ncitron.eth
Which programming language has the most enjoyable syntax?
24 replies
1 recast
11 reactions
Shriphani Palakodety
@shriphani
clojure (and other lisps)
1 reply
0 recast
4 reactions
ncitron.eth
@ncitron.eth
What makes clojure better in your opinion than other lisps like scheme and Common Lisp?
3 replies
0 recast
0 reaction
Lemma
@lemma
Always the risk of offending the lisp weenies but Clojure is so much more practical for startups today strictly due to JVM interop (I.e. library availability). Assumption here being most startups are building a classic webapp or something
0 reply
0 recast
2 reactions
Shriphani Palakodety
@shriphani
hygienic macros in clojure have prevented some gotcha moments (there are academic solutions for this in common lisp - gensym) I like all the little choices (which are trivial to port to other lisps but clojure got there first): - threading macros - the jvm integration delivered a repl for java (unique to it)
1 reply
0 recast
1 reaction
Royal
@royalaid.eth
Immutable data literals, nil pruning, general standard library and how it composes.
0 reply
0 recast
1 reaction