abbadon420@sh.itjust.works to Programming@programming.dev · 17 days agolisp is an old language,but not dead. What is it actively used for these days?message-squaremessage-square16linkfedilinkarrow-up131
arrow-up131message-squarelisp is an old language,but not dead. What is it actively used for these days?abbadon420@sh.itjust.works to Programming@programming.dev · 17 days agomessage-square16linkfedilink
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up7·17 days agoDoesn’t GIMP use Scheme for its plugins?
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up6·17 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·17 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.