Write Yourself a Scheme in 48 Hours
by Jonathan Tang
Publisher: Wikibooks 2007
Number of pages: 138
Description:
You'll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you'll learn Haskell's I/O, mutable state, dynamic typing, error handling, and parsing features. By the time you finish, you should be fairly fluent in both Haskell and Scheme.
Download or read it online for free here:
Download link
(1.6MB, PDF)
Similar books
Developing Web Applications with Haskell and Yesod
by Michael Snoyman - O'Reilly Media
This fast-moving guide introduces web application development with Haskell and Yesod, a combination that supports high-performing applications. You will explore the way Yesod handles widgets, forms, persistence, and RESTful content.
(13404 views)
by Michael Snoyman - O'Reilly Media
This fast-moving guide introduces web application development with Haskell and Yesod, a combination that supports high-performing applications. You will explore the way Yesod handles widgets, forms, persistence, and RESTful content.
(13404 views)
Learn Haskell Fast and Hard
by Yann Esposito - yannesposito.com
A very short and dense tutorial for learning Haskell. This text will certainly be hard to follow. This is on purpose. There is no shortcut to learning Haskell. It is hard and challenging. It is because it is hard that Haskell is interesting.
(8035 views)
by Yann Esposito - yannesposito.com
A very short and dense tutorial for learning Haskell. This text will certainly be hard to follow. This is on purpose. There is no shortcut to learning Haskell. It is hard and challenging. It is because it is hard that Haskell is interesting.
(8035 views)
Parallel and Concurrent Programming in Haskell
by Simon Marlow
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(11345 views)
by Simon Marlow
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(11345 views)
Learn You a Haskell for Great Good!
by Miran Lipovaca - LearnYouaHaskell.com
This is an attempt at adding another useful resource for learning Haskell. This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python) but haven't programmed in a functional language before.
(17387 views)
by Miran Lipovaca - LearnYouaHaskell.com
This is an attempt at adding another useful resource for learning Haskell. This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python) but haven't programmed in a functional language before.
(17387 views)