|
3 | 3 |
|
4 | 4 | [](https://developer.apple.com/osx/)
|
5 | 5 | [](https://developer.apple.com/swift/)
|
6 |
| -[](https://developer.apple.com/xcode/) |
| 6 | +[](https://developer.apple.com/xcode/) |
7 | 7 | [](https://github.com/Carthage/Carthage)
|
8 | 8 | [](https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE)
|
9 | 9 |
|
@@ -49,8 +49,9 @@ _LispKit_ provides support for the following core features, many of which are ba
|
49 | 49 | `(scheme eval)`, `(scheme file)`, `(scheme inexact)`, `(scheme lazy)`, `(scheme load)`,
|
50 | 50 | `(scheme process-context)`, `(scheme read)`, `(scheme repl)`, `(scheme time)`, `(scheme write)`,
|
51 | 51 | `(scheme r5rs)`
|
52 |
| - - LispKit-specific libraries: `(lispkit datatype)`, `(lispkit object)`, `(lispkit iteration)`, |
53 |
| - `(lispkit set)`, `(lispkit heap)`, `(lispkit wt-tree)`, `(lispkit prettify)`, `(lispkit json)`, |
| 52 | + - LispKit-specific libraries: `(lispkit datatype)`, `(lispkit object)`, `(lispkit enum)`, |
| 53 | + `(lispkit iteration)`, `(lispkit set)`, `(lispkit stack)`, `(lispkit queue)`, `(lispkit heap)`, |
| 54 | + `(lispkit wt-tree)`, `(lispkit prettify)`, `(lispkit json)`, |
54 | 55 | and `(lispkit pdf)`
|
55 | 56 |
|
56 | 57 | _LispKit_ is incompatible or incomplete with respect to the following R7RS features:
|
@@ -167,7 +168,7 @@ Linking ./.build/x86_64-apple-macosx10.10/release/LispKitRepl
|
167 | 168 | The read-eval-print loop can be built using the Swift Package Manager. Nevertheless, it is
|
168 | 169 | recommended to use Xcode 9 in combination with Carthage:
|
169 | 170 |
|
170 |
| -- Xcode 9.1 |
| 171 | +- [Xcode 9.2](https://developer.apple.com/xcode/) |
171 | 172 | - [Carthage](https://github.com/Carthage/Carthage)
|
172 |
| -- Swift 4.0 |
| 173 | +- [Swift 4.0](https://developer.apple.com/swift/) |
173 | 174 | - [NumberKit](http://github.com/objecthub/swift-numberkit)
|
0 commit comments