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"))