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

readme.org

Usage

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