chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] i18n for Scheme programs?


From: Alex Shinn
Subject: Re: [Chicken-users] i18n for Scheme programs?
Date: Fri, 07 Oct 2005 01:26:01 -0500
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Thu, 6 Oct 2005 12:38:09 -0500, Alejandro Forero Cuervo wrote:
> 
> Does anyone know of any frameworks to provide i18n for Scheme
> programs?

There's a gettext-compatible Gauche module at

  http://synthcode.com/scheme/gettext.scm

which is high on my TODO list to port.  It provides a full superset of
GNU gettext, has binary-compatibility with gettext's .mo files and
also allows directly using .po files for quick interactive
development, supports multiple languages and language files at the
same time so you can share "dictionaries" of common translations
between your projects, and comes under more friendly licensing (BSD
instead of GPL).

-- 
Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]