ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 1 month agoWhat's the most fun programming language to learn?message-squaremessage-square142linkfedilinkarrow-up161arrow-down10file-text
arrow-up161arrow-down1message-squareWhat's the most fun programming language to learn?ageedizzle@piefed.ca to Learn Programming@programming.devEnglish · 1 month agomessage-square142linkfedilinkfile-text
minus-squareageedizzle@piefed.caOPlinkfedilinkEnglisharrow-up1·1 month 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·1 month 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