Skip to content
AlSchemist edited this page Oct 28, 2021 · 10 revisions

Welcome to the GimpLambdaLib wiki!

Introducing the free Gimp lambda library code-named GimpλLib 1.0 powered by AlSchemist. This library offers more than five thousand lines of Script-Fu code for Gimp 2.10.28, an open source image editing and retouching tool. Moreover, the Greek letter λ of the λLib symbolizes the Lisp lambda-calculus in its interpreted and untyped dialect TinyScheme.

In addition, AlSchemist develops, tests and optimizes the λLib for the Gimp 2.10.28 Script-Fu console on Microsoft Windows 10:

  • On Linux, do not use writeCrLf in 0ts-stdio.scm but use the Unix-based primitive file-glob to search files according to a joker *;
  • On Windows, use writeCrLf and prefer file-global in 0ts-stdio.scm

1. Download the Gimp lambda library

Thus, AlSchemist delivers the free open source GimpλLib library in zipped .scm (Scheme TinyScheme Script-Fu) source code.