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