Zelphir Kaltstahl f2854dc075 prefer cond over unless in this case пре 1 година
..
base-64.scm 4c664cf79f bugfix and reorganization of some modules пре 1 година
bit-integers.scm 4c664cf79f bugfix and reorganization of some modules пре 1 година
char-integers.scm 4c664cf79f bugfix and reorganization of some modules пре 1 година
decode.scm f2854dc075 prefer cond over unless in this case пре 1 година
encode.scm 4c664cf79f bugfix and reorganization of some modules пре 1 година
pipeline.scm 7dc5cb78be split up modules пре 1 година
readme.org 6e99c959de add readme пре 1 година
string-helpers.scm 7dc5cb78be split up modules пре 1 година

readme.org

Usage

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