abbadon420@sh.itjust.works to Programming@programming.dev · 10 hours agolisp is an old language,but not dead. What is it actively used for these days?message-squaremessage-square11fedilinkarrow-up122
arrow-up122message-squarelisp is an old language,but not dead. What is it actively used for these days?abbadon420@sh.itjust.works to Programming@programming.dev · 10 hours agomessage-square11fedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up5·9 hours agoDoesn’t GIMP use Scheme for its plugins?
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up5·8 hours 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-up7·8 hours 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.