Implementation of the immutable strings of SRFI 140.
authorChris Hanson <org/chris-hanson/cph>
Tue, 19 Nov 2019 06:48:40 +0000 (22:48 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Nov 2019 05:23:30 +0000 (21:23 -0800)
commit2393fe2dd74563f1fd7586f480e3c52d7d332036
treeb5ae44b22f6b7927c224336f8545f29025bc5f03
parent8043c81d72bb397dc0552db6edbf7d0a67bac7a3
Implementation of the immutable strings of SRFI 140.

This does not include the mutable strings from SRFI 118.
src/libraries/srfi-140.scm [new file with mode: 0644]
tests/check.scm
tests/libraries/test-srfi-140.scm [new file with mode: 0644]