Skip to content

Commit 3403f55

Browse files
committed
more readme stuff
1 parent e8a36ba commit 3403f55

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# Write Yourself a Scheme
22

33
## What is it?
4-
This is my implementation of the Scheme programming language, based on a book called [*Write Yourself a Scheme in 48 Hours*](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours).
5-
6-
It's taking a lot longer than 48 hours. Is it really supposed to take 48 hours?!?
7-
8-
If you're here because you're working through the book yourself and are looking for a reference implementation, this may or may not be the one you want. It _is_ essentially in line with the book, but most code snippets are rewritten in my own words, and I take significant detours in the direction of completeness/compliance with the R<sup>7</sup>RS (which is not achieved by a long shot).
9-
4+
This is my implementation of the Scheme programming language, based on a book called [*Write Yourself a Scheme in 48 Hours*](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours). It's essentially in line with the book, but most code snippets are rewritten and I take significant detours in the direction of completeness/compliance with the R<sup>7</sup>RS (which is not achieved by a long shot).
105

116
## Build and run it
127
[Stack](https://docs.haskellstack.org) is used for dependency and build management. I usually use it like so:

0 commit comments

Comments
 (0)