CI > Welcome

原文:

https://craftinginterpreters.com/welcome.html

This may be the beginning of a grand adventure. Programming languages encompass a huge space to explore and play in. Plenty of room for your own creations to share with others or just enjoy yourself. Brilliant computer scientists and software engineers have spent entire careers traversing this land without ever reaching the end. If this book is your first entry into the country, welcome.

这可能是一场伟大冒险的开始。编程语言包含了一个巨大的探索和游戏空间。有足够的空间让你自己的作品与他人分享或者只是享受自己。杰出的计算机科学家和软件工程师的整个职业生涯都在穿越这片土地,从未到达终点。如果这本书是你第一次进入这个国家,欢迎。

The pages of this book give you a guided tour through some of the world of languages. But before we strap on our hiking boots and venture out, we should familiarize ourselves with the territory. The chapters in this part introduce you to the basic concepts used by programming languages and how those concepts are organized.

这本书的页面给你一个导游通过一些世界的语言。但是在我们穿上登山靴出发之前,我们应该先熟悉一下这个地区。本部分的章节将向您介绍编程语言使用的基本概念以及这些概念是如何组织的。

We will also get acquainted with Lox, the language we’ll spend the rest of the book implementing (twice).

我们还将熟悉 Lox,我们将在本书剩余部分实现这种语言(两次)。