Skip to content

Commit eb9bb5d

Browse files
committed
Include links to new pages documenting LispKit libraries.
1 parent 31f9a81 commit eb9bb5d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ _LispKit_ provides support for the following core features, many of which are ba
5656
`(scheme hash-table)`, `(scheme ideque)`, `(scheme list)`, `(scheme mapping)`,
5757
`(scheme rlist)`, `(scheme set)`,
5858
`(scheme sort)`, `(scheme stream)`, `(scheme text)`, `(scheme vector)`
59-
- LispKit-specific libraries: [`(lispkit box)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box),
59+
- LispKit-specific libraries:
60+
[`(lispkit core)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Core),
61+
[`(lispkit control)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Control),
62+
[`(lispkit dynamic)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Dynamic),
63+
[`(lispkit system)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System),
64+
[`(lispkit list)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-List),
65+
[`(lispkit box)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box),
6066
[`(lispkit type)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Type),
6167
[`(lispkit hashtable)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Hashtable),
6268
`(lispkit log)`,
@@ -65,15 +71,19 @@ _LispKit_ provides support for the following core features, many of which are ba
6571
[`(lispkit datatype)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Datatype),
6672
[`(lispkit object)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Object),
6773
`(lispkit clos)`,
68-
`(lispkit enum)`,
69-
`(lispkit logic)`, `(lispkit iteration)`, `(lispkit gvector)`,
74+
[`(lispkit enum)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Enum),
75+
`(lispkit logic)`, `(lispkit iteration)`,
76+
[`(lispkit vector)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Vector),
77+
[`(lispkit gvector)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Gvector),
7078
[`(lispkit set)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Set),
7179
`(lispkit stack)`, `(lispkit queue)`,
7280
`(lispkit heap)`, `(lispkit graph)`,
7381
`(lispkit wt-tree)`, `(lispkit stream)`,
7482
`(lispkit prettify)`, `(lispkit json)`, `(lispkit csv)`,
75-
`(lispkit char-set)`,
76-
`(lispkit date-time)`,
83+
[`(lispkit string)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-String),
84+
[`(lispkit char)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Char),
85+
[`(lispkit char-set)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Char-Set),
86+
[`(lispkit date-time)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Date-Time),
7787
`(lispkit regexp)`,
7888
[`(lispkit draw)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw),
7989
[`(lispkit draw turtle)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Draw-Turtle),

0 commit comments

Comments
 (0)