Logo

Write Yourself a Scheme in 48 Hours

Small book cover: Write Yourself a Scheme in 48 Hours

Write Yourself a Scheme in 48 Hours
by

Publisher: Wikibooks
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.

Home page url

Download or read it online for free here:
Download link
(1.6MB, PDF)

Similar books

Book cover: Yet Another Haskell TutorialYet Another Haskell Tutorial
by - University of Maryland
The goal of the 'Yet Another Haskell Tutorial' is to provide a complete introduction to the Haskell programming language. It assumes no knowledge of the Haskell language or familiarity with functional programming in general ...
(6188 views)
Book cover: Parallel and Concurrent Programming in HaskellParallel and Concurrent Programming in Haskell
by
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.
(10943 views)
Book cover: Learn You a Haskell for Great Good!Learn You a Haskell for Great Good!
by - 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.
(16985 views)
Book cover: Developing Web Applications with Haskell and YesodDeveloping Web Applications with Haskell and Yesod
by - 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.
(12866 views)