@@ -57,38 +57,49 @@ _LispKit_ provides support for the following core features, many of which are ba
5757 ` (scheme rlist) ` , ` (scheme set) ` ,
5858 ` (scheme sort) ` , ` (scheme stream) ` , ` (scheme text) ` , ` (scheme vector) `
5959 - LispKit-specific libraries:
60+ ` (lispkit base) ` ,
6061 [ ` (lispkit core) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Core ) ,
6162 [ ` (lispkit control) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Control ) ,
62- [ ` (lispkit dynamic) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Dynamic ) ,
6363 [ ` (lispkit system) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-System ) ,
64- [ ` (lispkit list) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-List ) ,
6564 [ ` (lispkit box) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box ) ,
66- [ ` (lispkit type) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Type ) ,
65+ [ ` (lispkit math) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math ) ,
66+ [ ` (lispkit list) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-List ) ,
6767 [ ` (lispkit hashtable) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Hashtable ) ,
68- ` (lispkit log) ` ,
69- ` (lispkit test) ` ,
70- ` (lispkit match) ` ,
71- [ ` (lispkit datatype) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Datatype ) ,
72- [ ` (lispkit object) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Object ) ,
73- ` (lispkit clos) ` ,
74- [ ` (lispkit enum) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Enum ) ,
75- ` (lispkit comparator) ` ,
76- ` (lispkit logic) ` , ` (lispkit iteration) ` ,
68+ [ ` (lispkit dynamic) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Dynamic ) ,
69+ [ ` (lispkit type) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Type ) ,
7770 [ ` (lispkit vector) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Vector ) ,
7871 [ ` (lispkit gvector) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Gvector ) ,
79- [ ` (lispkit set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set ) ,
80- ` (lispkit stack) ` , ` (lispkit queue) ` ,
81- ` (lispkit heap) ` , ` (lispkit graph) ` ,
82- ` (lispkit wt-tree) ` , ` (lispkit stream) ` ,
83- ` (lispkit prettify) ` , ` (lispkit json) ` , ` (lispkit csv) ` ,
84- [ ` (lispkit string) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-String ) ,
72+ ` (lispkit record) ` ,
73+ [ ` (lispkit bytevector) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Bytevector ) ,
8574 [ ` (lispkit char) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Char ) ,
8675 [ ` (lispkit char-set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Char-Set ) ,
87- [ ` (lispkit date-time ) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Date-Time ) ,
76+ [ ` (lispkit string ) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-String ) ,
8877 ` (lispkit regexp) ` ,
78+ ` (lispkit port) ` ,
79+ [ ` (lispkit date-time) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Date-Time ) ,
8980 [ ` (lispkit draw) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw ) ,
9081 [ ` (lispkit draw turtle) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw-Turtle ) ,
91- and ` (lispkit pdf) `
82+ [ ` (lispkit datatype) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Datatype ) ,
83+ [ ` (lispkit object) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Object ) ,
84+ [ ` (lispkit enum) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Enum ) ,
85+ ` (lispkit stream) ` ,
86+ ` (lispkit graph) ` ,
87+ ` (lispkit match) ` ,
88+ ` (lispkit iteration) ` ,
89+ ` (lispkit log) ` ,
90+ [ ` (lispkit set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set ) ,
91+ ` (lispkit stack) ` ,
92+ ` (lispkit queue) ` ,
93+ ` (lispkit heap) ` ,
94+ ` (lispkit wt-tree) ` ,
95+ ` (lispkit comparator) ` ,
96+ ` (lispkit logic) ` ,
97+ ` (lispkit clos) ` ,
98+ ` (lispkit test) ` ,
99+ ` (lispkit prettify) ` ,
100+ ` (lispkit csv) ` ,
101+ ` (lispkit json) ` ,
102+ and ` (lispkit pdf) ` .
92103
93104_ LispKit_ is incompatible or incomplete with respect to the following R7RS features:
94105
@@ -148,6 +159,7 @@ framework:
148159 - [ SRFI 165: The Environment Monad] ( https://srfi.schemers.org/srfi-165/srfi-165.html )
149160 - [ SRFI 173: Hooks] ( https://srfi.schemers.org/srfi-173/srfi-173.html )
150161 - [ SRFI 174: POSIX Timespecs] ( https://srfi.schemers.org/srfi-174/srfi-174.html )
162+ - [ SRFI 177: Portable keyword arguments] ( https://srfi.schemers.org/srfi-177/srfi-177.html )
151163
152164
153165## Architecture
0 commit comments