fix write yourself a scheme link

This commit is contained in:
Tu Tran 2017-04-28 01:35:23 -04:00
parent f57c8365b4
commit c259249a40

View file

@ -53,7 +53,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
## Haskell:
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
* [Write Yourself a Scheme in 48 hours]()
* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
## Rust:
* A Simple Web App in Rust