rlwrap link

This commit is contained in:
Justin Ethier 2015-07-25 22:16:27 -04:00
parent e334bb8fe1
commit c4da5139cc

View file

@ -36,6 +36,8 @@ Getting Started
cyclone> (write 'hello-world)
hello-world
Tip: You can use [`rlwrap`](http://linux.die.net/man/1/rlwrap) to make the interpreter more friendly, EG: `rlwrap icyc`.
3. If you need help learning the Scheme language try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
Also, check out the [features](docs/Features.md) page for a list of language features currently implemented.