abbadon420@sh.itjust.works to Programming@programming.dev · 4 days agolisp is an old language,but not dead. What is it actively used for these days?message-squaremessage-square18fedilinkarrow-up134arrow-down10
arrow-up134arrow-down1message-squarelisp is an old language,but not dead. What is it actively used for these days?abbadon420@sh.itjust.works to Programming@programming.dev · 4 days agomessage-square18fedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up7·4 days agoDoesn’t GIMP use Scheme for its plugins?
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up6·4 days agoA quick google of GIMP docs tells me it uses C, Python and Script-fu so, sorta? https://developer.gimp.org/resource/writing-a-plug-in/
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up9·4 days agoThanks. :) So not technically Scheme, but a fork of Scheme. Script-Fu is probably the oldest binding system for extending GIMP. It is also a Scheme variant, which evolved independently for many years now.
Doesn’t GIMP use Scheme for its plugins?
A quick google of GIMP docs tells me it uses C, Python and Script-fu so, sorta?
https://developer.gimp.org/resource/writing-a-plug-in/
Thanks. :) So not technically Scheme, but a fork of Scheme.