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

readme.org

Usage

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