-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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
in0ts-stdio.scm
but use the Unix-based primitivefile-glob
to search files according to a joker *; - On Windows, use
writeCrLf
and preferfile-global
in 0ts-stdio.scm
Thus, AlSchemist delivers the free open source GimpλLib library in zipped .scm
(Scheme TinyScheme Script-Fu) source code.