# Yet Another Scheme Tutorial
## Scheme入門教程
> 本書出處:http://deathking.github.io/yast-cn/
> Takafumi Shido 著
> DeathKing 譯
這是一本面向初學者的溫和且循序漸進的Scheme教程。目標讀者是僅有些許編程經驗的PC用戶。
如果你不滿意于其它的教程,那么請嘗試本書。我們有很多方法去解釋像Scheme程序設計語言這樣的抽象主題,這之中最好的方法取決于讀者的能力以及素養。(沒有對任何人來說都絕對完美的方法。)這也正是盡管已經有很多Scheme語言的教程,我還另寫一本的原因所在。
本教程的目的在于給讀者在Scheme程序設計上提供足夠的知識和能力以便能夠閱讀最好的計算機科學教科書之一的——《計算機程序的構造和解釋》(Structure and Interpreter of Computer Program,SICP)。SICP使用Scheme作為授課語言。
> Scheme is comparable to Go, a traditional Chinese board game. The reason is that both of them generate beautiful code/board from extremely simple rules, which are one of the simplest in the areas (programming languages and board games).
>
> The simple rules and infinite beautiful variation make them attractive to intelligent people. The nature, at the same time, makes them rather difficult to be mastered.
>
> I wrote the tutorial to provide the key to master the language. I believe the Chinese translation helps many programmers to master Scheme programming language.
>
> **Takafumi Shido**
Scheme恰似中國傳統棋盤游戲——圍棋。
這是因為它們都可以根據相當簡單的規則產生美妙的代碼或者棋局,這些規則在它們的領域中都是最簡單的。簡單的規則,無限的美妙變幻,這些都無比吸引那些聰明的家伙。但同時,大自然卻讓它們難以掌握。
我編寫這份教程以打開掌握Scheme之門。我相信中文譯版會幫助更多的程序員掌握Scheme程序設計語言。
**紫藤貴文**