Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ evolution reflect that.
GoLisp evolves along 4 axis:

* becoming more compatible with MIT/GNU Scheme (GoLisp v1.0 is a huge
move forward in this regard)
move forward in this regard)
* supporting more capabilities of the underlying Go implementation
language (e.g. recent work supporting concurrency and channels)
* our particular needs (e.g. byte array support)
Expand All @@ -40,6 +40,8 @@ A sample application is also available at [https://github.com/SteelSeries/golisp

GoLisp has the following dependencies:

```shell
go get gopkg.in/fatih/set.v0
go get github.com/SteelSeries/bufrr
go get gopkg.in/check.v1
```