Write Yourself a Scheme in 48 Hours

Write Yourself a Scheme in 48 Hours

简介:

在Scheme中全面的第一门课程,涵盖其所有主要功能: 抽象,函数式编程,数据类型,递归和语义编程。

您将从命令行参数和解析开始,然后编写一个全功能的Scheme解释器,该解释器实现了一个大小合适的R5RS Scheme子集。在此过程中,您将学习Haskell的I/O,可变状态,动态类型,错误处理和解析功能。当你完成的时候,你应该相当流利的Haskell和Scheme。

英文简介:

A comprehensive first course in Scheme, covering all of its major features: abstraction, functional programming, data types, recursion, and semantic programming.

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.

书名
Write Yourself a Scheme in 48 Hours
译名
在 48 小时内为自己写一个方案
语言
英语
年份
2007
页数
138页
大小
1.58 MB
标签
  • Scheme
  • 下载
    pdf iconWrite Yourself a Scheme in 48 Hours.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:48

    ←When Arguments Merge

    →Java Servlet Programming