Zelphir Kaltstahl f2854dc075 prefer cond over unless in this case il y a 10 mois
..
base-64.scm 4c664cf79f bugfix and reorganization of some modules il y a 10 mois
bit-integers.scm 4c664cf79f bugfix and reorganization of some modules il y a 10 mois
char-integers.scm 4c664cf79f bugfix and reorganization of some modules il y a 10 mois
decode.scm f2854dc075 prefer cond over unless in this case il y a 10 mois
encode.scm 4c664cf79f bugfix and reorganization of some modules il y a 10 mois
pipeline.scm 7dc5cb78be split up modules il y a 11 mois
readme.org 6e99c959de add readme il y a 10 mois
string-helpers.scm 7dc5cb78be split up modules il y a 11 mois

readme.org

Usage

(load "encode.scm") (load "decode.scm") (import (encode)) (import (decode)) (encode "hello") (decode (encode "hello"))