[cl-l10n-devel] looking for gettext function

Attila Lendvai attila.lendvai at gmail.com
Tue Feb 3 10:13:12 UTC 2009


> The larger goal is to find a free software, pure Common Lisp implementation
> of gettext. Aside from cl-l10n, are there any other such implementations?
> Clisp has gettext, but it is written in C.

i don't know what gettext is (i assume it's the usual (key locale) ->
localized-string lookup function).

cl-l10n has so called resources. darcs get the repo and look for the
defresources macro, lookup-resource function and the
lookup-first-matching-resource macro.

resources can be constants and functions. a functional resource is
basically a defun that implicitly dispatches on the current *locale*.

hth,

-- 
 attila




More information about the cl-l10n-devel mailing list