ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 13 days agoWhat's the most fun programming language to learn?message-squaremessage-square112linkfedilinkarrow-up162arrow-down10file-text
arrow-up162arrow-down1message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 13 days agomessage-square112linkfedilinkfile-text
minus-squareageedizzle@piefed.caOPlinkfedilinkEnglisharrow-up1·12 days agoThis might be a stupid question but what is Lisp they use in emacs? People talk about ‘lisps’ in plural so I can’t tell if its a family of languages or just one language thats just really flexible
minus-squaresmlckz@piefed.worldlinkfedilinkEnglisharrow-up2·12 days ago what is Lisp they use in emacs? Emacs Lisp. People talk about ‘lisps’ in plural so I can’t tell if its a family of languages or just one language thats just really flexible. It’s a family with a long history. There are lots of lisp dialects out there. It’s also quite easy to roll your own.
This might be a stupid question but what is Lisp they use in emacs? People talk about ‘lisps’ in plural so I can’t tell if its a family of languages or just one language thats just really flexible
Emacs Lisp.
It’s a family with a long history. There are lots of lisp dialects out there. It’s also quite easy to roll your own.
Interesting, thank you