Make us homepage
Add to Favorites
FAIL (the browser should render some flash content, not this).

Main page » Non-Fiction » Self-Improvement » Write yourself a scheme in 48 hours


Write yourself a scheme in 48 hours

 
26

This tutorial takes a different tack. 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.



Purchase Write yourself a scheme in 48 hours from Amazon.com
Dear user! You need to be registered and logged in to fully enjoy Englishtips.org. We recommend registering or logging in.
Tags: Scheme, parsing, handling, features, error