Next: GNU clisp C sources, Previous: GNU guile - Scheme, Up: Individual Programming Languages [Contents][Index]
clisp 2.28 or newer
clisp
lisp
"abc"
(_ "abc")
, (ENGLISH "abc")
i18n:gettext
, i18n:ngettext
i18n:textdomain
i18n:textdomaindir
automatic
—
use
xgettext -k_ -kENGLISH
format "~1@*~D ~0@*~D"
On platforms without gettext, no translation.
—
An example is available in the examples directory: hello-clisp
.