Question

What's the best programming environment for programming in scheme for Gimp 2.6? Does Guile integrate well with Gimp?

Was it helpful?

Solution

EMACS, of course. It's the best environment for everything.

Seriously, best how? GIMP scheme is Guile, so both EMACS and VIM should do well; Eclipse has a scheme plugin, as I recall; of course there is PLT Scheme/MzScheme etc.

OTHER TIPS

I know this question is old but I do not believe it was answered well. GIMP does not use Guile. The current GIMP uses TinyScheme and older versions used SIOD. Your best bet for developing is Emacs + Quack + TinyScheme. You will have trouble if you try to use Guile to develop scripts because TinyScheme does not provide everything that Guile does.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top