@@ -75,6 +75,8 @@ _LispKit_ provides support for the following core features, many of which are ba
7575 [ ` (lispkit system os) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-OS ) ,
7676 [ ` (lispkit box) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box ) ,
7777 [ ` (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 ) ,
7880 [ ` (lispkit list) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-List ) ,
7981 [ ` (lispkit hashtable) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Hashtable ) ,
8082 [ ` (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
100102 [ ` (lispkit iterate) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Iterate ) ,
101103 [ ` (lispkit log) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Log ) ,
102104 [ ` (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 ) ,
105105 [ ` (lispkit set) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set ) ,
106106 [ ` (lispkit stack) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Stack ) ,
107107 [ ` (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
111111 [ ` (lispkit comparator) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Comparator ) ,
112112 [ ` (lispkit combinator) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Combinator ) ,
113113 ` (lispkit logic) ` ,
114- ` (lispkit prolog) ` ,
114+ [ ` (lispkit prolog) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Prolog ) ,
115115 ` (lispkit clos) ` ,
116116 [ ` (lispkit test) ` ] ( https://github.com/objecthub/swift-lispkit/wiki/LispKit-Test ) ,
117117 ` (lispkit prettify) ` ,
@@ -191,8 +191,9 @@ framework:
191191 - [ SRFI 155: Promises] ( https://srfi.schemers.org/srfi-155/srfi-155.html )
192192 - [ SRFI 158: Generators and Accumulators] ( https://srfi.schemers.org/srfi-158/srfi-158.html )
193193 - [ 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 )
195195 - [ 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 )
196197 - [ SRFI 167: Ordered Key Value Store] ( https://srfi.schemers.org/srfi-167/srfi-167.html )
197198 - [ SRFI 173: Hooks] ( https://srfi.schemers.org/srfi-173/srfi-173.html )
198199 - [ SRFI 174: POSIX Timespecs] ( https://srfi.schemers.org/srfi-174/srfi-174.html )
@@ -215,6 +216,7 @@ framework:
215216 - [ SRFI 222: Compound objects] ( https://srfi.schemers.org/srfi-222/srfi-222.html )
216217 - [ SRFI 223: Generalized binary search procedures] ( https://srfi.schemers.org/srfi-223/srfi-223.html )
217218 - [ 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 )
218220 - [ SRFI 229: Tagged procedures] ( https://srfi.schemers.org/srfi-229/srfi-229.html )
219221
220222
0 commit comments