Introducing Blockchain with Lisp: Implement and Extend Blockchains with the Racket Language
by: Boro Sitnikovski
Publisher finelybook 出版社: Apress; 1st ed. edition (April 9,2021)
Language 语言: English
Print Length 页数: 160 pages
ISBN-10: 1484269683
ISBN-13: 9781484269688
Book Description
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
Discover the Racket programming language and how to use it
Implement a blockchain from scratch using Lisp
Implement smart contracts and peer-to-peer support
Learn how to use macros to employ more general abstractions