@@ -51,9 +51,9 @@ _LispKit_ provides support for the following core features, many of which are ba
5151 ` (scheme cxr) ` , ` (scheme eval) ` , ` (scheme file) ` , ` (scheme inexact) ` , ` (scheme lazy) ` ,
5252 ` (scheme load) ` , ` (scheme process-context) ` , ` (scheme read) ` , ` (scheme repl) ` , ` (scheme time) `
5353 - Some R7RS (large) libraries from Scheme Red edition:
54- ` (scheme box) ` , ` (scheme comparator ) ` , ` (scheme generator ) ` , ` (scheme hash-table ) ` ,
55- ` (scheme ideque ) ` , ` (scheme list ) ` , ` (scheme rlist ) ` , ` (scheme set ) ` , ` (scheme sort ) ` ,
56- ` (scheme stream) ` , ` (scheme text) ` , ` (scheme vector) `
54+ ` (scheme box) ` , ` (scheme charset ) ` , ` (scheme comparator ) ` , ` (scheme generator ) ` ,
55+ ` (scheme hash-table ) ` , ` (scheme ideque ) ` , ` (scheme list ) ` , ` (scheme rlist ) ` , ` (scheme set ) ` ,
56+ ` (scheme sort) ` , ` (scheme stream)` , ` (scheme text) ` , ` (scheme vector) `
5757 - LispKit-specific libraries: [ ` (lispkit box) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box ) ,
5858 [ ` (lispkit type) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Type ) ,
5959 [ ` (lispkit hashtable) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Hashtable ) ,
@@ -67,6 +67,7 @@ _LispKit_ provides support for the following core features, many of which are ba
6767 [ ` (lispkit set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set ) ,
6868 ` (lispkit stack) ` , ` (lispkit queue) ` ,
6969 ` (lispkit heap) ` , ` (lispkit wt-tree) ` , ` (lispkit prettify) ` , ` (lispkit json) ` ,
70+ ` (lispkit char-set) ` ,
7071 [ ` (lispkit draw) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw ) ,
7172 [ ` (lispkit draw turtle) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw-Turtle ) ,
7273 and ` (lispkit pdf) `
0 commit comments