株式会社極東書店トップ商品一覧Programming Languages: Build, Prove, and Compare.

商品詳細

Programming Languages: Build, Prove, and Compare.

Programming Languages: Build, Prove, and Compare.

・ISBN 978-1-107-18018-5 hard GB£ 68.00

¥21,542.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 9781316841396
著者・編者Ramsey, Norman,
出版社 (Cambridge University Press, UK)
出版年月2022
ページ数800 pp.
言語ENG
ニュース番号<A00-25220>

解説

Computer scientists often need to learn new programming languages quickly. The best way to prepare for this is to understand the foundational principles that underlie even the most complicated industrial languages. This text for an undergraduate programming languages course distills great languages and their design principles down to easy-to-learn 'bridge' languages implemented by interpreters whose key parts are explained in the text. The book goes deep into the roots of both functional and object-oriented programming, and it shows how types and modules, including generics/polymorphism, contribute to effective programming. The book is not just about programming languages; it is also about programming. Through concepts, examples, and more than 300 practice exercises that exploit the interpreter, students learn not only what programming-language features are but also how to do things with them. Substantial implementation projects include Milner's type inference, both copying and mark-and-sweep garbage collection, and arithmetic on arbitrary-precision integers.