The Common LISP Condition System: Beyond Exception Handling with Control Flow Mechanisms (Paperback)
暫譯: Common LISP 條件系統:超越例外處理的控制流程機制 (平裝本)
Herda, Michal "phoe"
- 出版商: Apress
- 出版日期: 2020-10-16
- 售價: $1,740
- 貴賓價: 9.5 折 $1,653
- 語言: 英文
- 頁數: 318
- 裝訂: Quality Paper - also called trade paper
- ISBN: 148426133X
- ISBN-13: 9781484261330
-
相關分類:
Functional-programming
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$580$458 -
$2,100$1,995 -
$780$616 -
$3,370$3,202 -
$4,180$3,971 -
$834$792 -
$800$632 -
$774$735 -
$474$450 -
$792奔跑吧 Linux 內核 (捲1):基礎架構, 2/e
-
$894$849 -
$626奔跑吧 Linux 內核 (捲2):調試與案例分析, 2/e
-
$980$774 -
$1,936Real-World Cryptography (Paperback)
-
$611$575 -
$474$450 -
$650$507 -
$1,428$1,357 -
$713$677 -
$594$564 -
$534$507 -
$600$468 -
$714$678 -
$834$792 -
$1,050$998
商品描述
Discover the functioning and example uses of the Common Lisp condition system. This book supplements already existing material for studying Common Lisp as a language by providing detailed information about the Lisp condition system and its control flow mechanisms; it also describes an example ANSI-conformant implementation of the condition system.
In part 1 of The Common Lisp Condition System, the author introduces the condition system using a bottom-up approach, constructing it piece by piece. He uses a storytelling approach to convey the foundation of the condition system, dynamically providing code to alter the behavior of an existing program. Later, in part 2, you'll implement a full and complete ANSI-conformant condition system while examining and testing each piece of code that you write.
Throughout, the author demonstrates how to extend Lisp using Lisp itself by using the condition system as an example. This is done while paying proper attention to the CL restart subsystem, giving it attention on a par with the handler subsystem. After reading and using this book, you'll have learned about the inner functioning of the condition system, how to use it in your own Common Lisp coding and applications, and how to implement it from scratch, should such a need arise.
What You Will Learn
- Examine the condition system and see why it is important in Common Lisp
- Construct the condition system from scratch using foundational mechanisms provided by Common Lisp
- Program the condition system and its control flow mechanisms to achieve practical results
- Implement all parts of a condition system: conditions, restarts, handler- and restart-binding macros, signalling mechanisms, assertions, a debugger, and more
Who This Book Is For
Beginning and intermediate Lisp programmers, as well as intermediate programmers of other programming languages.
商品描述(中文翻譯)
發現 Common Lisp 條件系統的運作及範例用途。本書補充了已有的 Common Lisp 語言學習資料,提供有關 Lisp 條件系統及其控制流程機制的詳細資訊;同時描述了一個符合 ANSI 標準的條件系統實作範例。
在《The Common Lisp Condition System》的第一部分,作者採用自下而上的方法介紹條件系統,逐步構建其各個部分。他以敘事的方式傳達條件系統的基礎,動態提供代碼以改變現有程式的行為。稍後在第二部分,您將實作一個完整且符合 ANSI 標準的條件系統,同時檢查和測試您所編寫的每一段代碼。
在整個過程中,作者展示了如何使用 Lisp 本身擴展 Lisp,並以條件系統作為範例。在此過程中,適當關注 CL 重啟子系統,並將其與處理器子系統同等重視。在閱讀和使用本書後,您將了解條件系統的內部運作,如何在自己的 Common Lisp 編碼和應用中使用它,以及在需要時如何從零開始實作它。
您將學到什麼
- 檢視條件系統,了解其在 Common Lisp 中的重要性
- 使用 Common Lisp 提供的基礎機制從零開始構建條件系統
- 編程條件系統及其控制流程機制以達成實際結果
- 實作條件系統的所有部分:條件、重啟、處理器和重啟綁定宏、信號機制、斷言、調試器等
本書適合誰閱讀
初學者和中級 Lisp 程式設計師,以及其他程式語言的中級程式設計師。
作者簡介
Michal "phoe" Herda is a programmer with contributions to multiple parts of the Common Lisp ecosystem: CL implementations, existing and widely-used CL utilities, documentation, and some of the new library ideas that he slowly pushes forwards and works on. The book The Common Lisp Condition System is his first work -- an attempt to create a tutorial on the condition system that was missing, even all the years after which ANSI Common Lisp was standardized.
作者簡介(中文翻譯)
**Michal "phoe" Herda** 是一位程式設計師,對 Common Lisp 生態系統的多個部分做出了貢獻:CL 實作、現有且廣泛使用的 CL 工具、文件,以及他慢慢推進和研究的一些新庫構想。這本書 *The Common Lisp Condition System* 是他的第一部作品——旨在創建一個關於條件系統的教程,這在 ANSI Common Lisp 標準化多年後仍然缺失。