Introducing Blockchain with LISP: Implement and Extend Blockchains with the Racket Language
Sitnikovski, Boro
- 出版商: Apress
- 出版日期: 2021-04-09
- 售價: $1,990
- 貴賓價: 9.5 折 $1,891
- 語言: 英文
- 頁數: 145
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1484269683
- ISBN-13: 9781484269688
-
相關分類:
區塊鏈 Blockchain
海外代購書籍(需單獨結帳)
相關主題
商品描述
Implement blockchain from scratch covering all the details with Racket, a general-purpose Lisp. You'll start by exploring what a blockchain is, so you have a solid foundation for the rest of the book. You'll then be ready to learn Racket before starting on your blockchain implementation. Once you have a working blockchain, you'll move onto extending it. The book's appendices provide supporting resources to help you in your blockchain projects.
The recommended approach for the book is to follow along and write the code as it's being explained instead of reading passively. This way you will get the most out of it. All of the source code is available for free download from GitHub.
What You Will Learn
- Implement a blockchain from scratch using Lisp
- Discover the Racket programming language and how to use it
- Use macros and hygienic macros
- Employ cryptojacking
Who This Book Is For
Novices that have at least some experience with programming, as well as some basic working experience with computers. The book also assumes some experience with high school mathematics, such as functions.