Adding Haskell for C programmers tutorial

This commit is contained in:
Koz Ross 2015-08-25 11:42:41 +12:00
parent e5b05c0cee
commit 6609e2ce8c

View file

@ -417,6 +417,7 @@ Intermediate
* [Dive Into Python][284] - A Python book for experienced programmers. [GNU FDL][281].
* [Haskell][285] - A very thorough Wikibook on programming Haskell. [CC-BY-SA-3.0][127].
* [Haskell Tutorial for C Programmers][336] - An introduction to Haskell for people coming from C-family languages. [Expat][11].
* [JavaFX Tutorial][335] (video) - A series of videos about how to use JavaFX to make GUIs. [CC-BY-3.0][5].
* [Mostly adequate guide to functional programming (in JavaScript)][144] - A book on the fundamentals of functional programming in ECMAScript. [CC-BY-SA-4.0][145].
* [Structure and Interpretation of Computer Programs][240] - A classic programming and teaching text. Designed for teaching Scheme, but can be useful to anyone writing in any language. [CC-BY-SA-4.0][125].
@ -825,3 +826,4 @@ This is a catch-all category for things that don't fit anywhere else.
[333]: https://notabug.org/koz.ross/cpp-tutorial-for-beginners
[334]: https://notabug.org/koz.ross/fp-in-js
[335]: https://notabug.org/koz.ross/javafx-tutorial
[336]: https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers