Merge pull request #21 from MacAhmed/patch-1

Added Out-Of-Date section to Haskell
This commit is contained in:
Tu Tran 2017-05-11 01:45:09 -04:00 committed by GitHub
commit 9598cc65dc

View File

@ -115,8 +115,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
* [Write You A Scheme, Version 2](https://github.com/write-you-a-scheme-v2/scheme)
* [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot)
* [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
* [Making Movie Monad](https://lettier.github.io/posts/2016-08-15-making-movie-monad.html)
### Out Of Date:
* [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
## R:
* [Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/)