@@ -75,6 +75,8 @@ _LispKit_ provides support for the following core features, many of which are ba
75
75
[ ` (lispkit system os) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-OS ) ,
76
76
[ ` (lispkit box) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box ) ,
77
77
[ ` (lispkit math) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math ) ,
78
+ [ ` (lispkit math util) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math-Util ) ,
79
+ [ ` (lispkit math stats) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math-Stats ) ,
78
80
[ ` (lispkit list) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-List ) ,
79
81
[ ` (lispkit hashtable) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Hashtable ) ,
80
82
[ ` (lispkit dynamic) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Dynamic ) ,
@@ -100,8 +102,6 @@ _LispKit_ provides support for the following core features, many of which are ba
100
102
[ ` (lispkit iterate) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Iterate ) ,
101
103
[ ` (lispkit log) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Log ) ,
102
104
[ ` (lispkit debug) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Debug ) ,
103
- [ ` (lispkit math util) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math-Util ) ,
104
- [ ` (lispkit math stats) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math-Stats ) ,
105
105
[ ` (lispkit set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set ) ,
106
106
[ ` (lispkit stack) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Stack ) ,
107
107
[ ` (lispkit queue) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Queue ) ,
@@ -111,7 +111,7 @@ _LispKit_ provides support for the following core features, many of which are ba
111
111
[ ` (lispkit comparator) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Comparator ) ,
112
112
[ ` (lispkit combinator) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Combinator ) ,
113
113
` (lispkit logic) ` ,
114
- ` (lispkit prolog) ` ,
114
+ [ ` (lispkit prolog) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Prolog ) ,
115
115
` (lispkit clos) ` ,
116
116
[ ` (lispkit test) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Test ) ,
117
117
` (lispkit prettify) ` ,
@@ -191,8 +191,9 @@ framework:
191
191
- [ SRFI 155: Promises] ( https://srfi.schemers.org/srfi-155/srfi-155.html )
192
192
- [ SRFI 158: Generators and Accumulators] ( https://srfi.schemers.org/srfi-158/srfi-158.html )
193
193
- [ SRFI 161: Unifiable Boxes] ( https://srfi.schemers.org/srfi-161/srfi-161.html )
194
- - [ SRFI 162: Comparators sublibrary] ( https://srfi.schemers.org/srfi-162/srfi-162.html )
194
+ - [ SRFI 162: Comparators sublibrary] ( https://srfi.schemers.org/srfi-162/srfi-162.html )
195
195
- [ SRFI 165: The Environment Monad] ( https://srfi.schemers.org/srfi-165/srfi-165.html )
196
+ - [ SRFI 166: Monadic Formatting] ( https://srfi.schemers.org/srfi-166/srfi-166.html )
196
197
- [ SRFI 167: Ordered Key Value Store] ( https://srfi.schemers.org/srfi-167/srfi-167.html )
197
198
- [ SRFI 173: Hooks] ( https://srfi.schemers.org/srfi-173/srfi-173.html )
198
199
- [ SRFI 174: POSIX Timespecs] ( https://srfi.schemers.org/srfi-174/srfi-174.html )
@@ -215,6 +216,7 @@ framework:
215
216
- [ SRFI 222: Compound objects] ( https://srfi.schemers.org/srfi-222/srfi-222.html )
216
217
- [ SRFI 223: Generalized binary search procedures] ( https://srfi.schemers.org/srfi-223/srfi-223.html )
217
218
- [ SRFI 224: Integer mappings] ( https://srfi.schemers.org/srfi-224/srfi-224.html )
219
+ - [ SRFI 227: Optional Arguments] ( https://srfi.schemers.org/srfi-227/srfi-227.html )
218
220
- [ SRFI 229: Tagged procedures] ( https://srfi.schemers.org/srfi-229/srfi-229.html )
219
221
220
222
0 commit comments