Which language you wish would really grow and reach mainstream adoption? I Cast Fist ( @ICastFist@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square80fedilinkarrow-up197
arrow-up197message-squareWhich language you wish would really grow and reach mainstream adoption? I Cast Fist ( @ICastFist@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square80fedilink
Assume mainstream adoption as used by around 7% of all github projects Personally, I’d like to see Nim get that growth.
minus-square crimsonpoodle ( @crimsonpoodle@pawb.social ) linkfedilink3•1 year ago(defun clever-comment (comment) (if (equal (count-parentheses comment) (* 2 (count-letters ’LISP))) ’Clever ’Not-Clever))
minus-square derpgon ( @derpgon@programming.dev ) linkfedilink6•1 year agoNot many people know LISP actually stands for “Lots of Irritating and Stupid Parentheses”
minus-square lolcatnip ( @lolcatnip@reddthat.com ) linkfedilinkEnglish4•1 year agoIt’s really not bad, just unfamiliar.
(defun clever-comment (comment) (if (equal (count-parentheses comment) (* 2 (count-letters ’LISP))) ’Clever ’Not-Clever))
Vertigo inducing syntax .
Not many people know LISP actually stands for “Lots of Irritating and Stupid Parentheses”
It’s really not bad, just unfamiliar.