Paketname | cl-babel |
Beschreibung | A charset encoding/decoding library, not unlike GNU libiconv |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.3.0+20091229-1 |
Sektion | universe/lisp |
Priorität | optional |
Installierte Größe | 692 Byte |
Hängt ab von | common-lisp-controller (>= 5.11), cl-trivial-features, cl-alexandria |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 141388 Byte |
Prüfsumme MD5 | 4e461853d259875efc4cbf7b19ffe15b |
Prüfsumme SHA1 | 1e622e191b1e7d93e064dccc5d4329a0e9ea80e7 |
Prüfsumme SHA256 | 63b05f15b1f1cc6e6010835e059c9a217ff21058292aa90de4a38fa36e1aa27b |
Link zum Herunterladen | cl-babel_0.3.0+20091229-1_all.deb |
Ausführliche Beschreibung | Written completely in Common Lisp, not using a foreign library.
.
It strives to achieve decent performance. Most of the
encoding/decoding algorithms have been adapted from Clozure CL's source.
.
Another important goal is reusability. Similarly to SBCL, it defines an
interface wherein the algorithms can be reused between a variety of data types
so long we're dealing with conversions between octets and unicode code points.
.
Babel comes with converters between strings and octet vectors but can be
easily extended to deal with, e.g., strings and foreign memory, vectors and
Closure's runes, etc...
|