Zelphir Kaltstahl f2854dc075 prefer cond over unless in this case 10 mēneši atpakaļ
..
base-64.scm 4c664cf79f bugfix and reorganization of some modules 10 mēneši atpakaļ
bit-integers.scm 4c664cf79f bugfix and reorganization of some modules 10 mēneši atpakaļ
char-integers.scm 4c664cf79f bugfix and reorganization of some modules 10 mēneši atpakaļ
decode.scm f2854dc075 prefer cond over unless in this case 10 mēneši atpakaļ
encode.scm 4c664cf79f bugfix and reorganization of some modules 10 mēneši atpakaļ
pipeline.scm 7dc5cb78be split up modules 11 mēneši atpakaļ
readme.org 6e99c959de add readme 10 mēneši atpakaļ
string-helpers.scm 7dc5cb78be split up modules 11 mēneši atpakaļ

readme.org

Usage

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