Introducing Blockchain with Lisp: Implement and Extend Blockchains with the Racket Language
Autor Boro Sitnikovskien Limba Engleză Paperback – 9 apr 2021
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
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.Preț: 240.85 lei
Preț vechi: 301.07 lei
-20% Nou
Puncte Express: 361
Preț estimativ în valută:
46.10€ • 48.63$ • 38.41£
46.10€ • 48.63$ • 38.41£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484269688
ISBN-10: 1484269683
Pagini: 145
Ilustrații: XI, 145 p. 90 illus., 7 illus. in color.
Dimensiuni: 155 x 235 x 13 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484269683
Pagini: 145
Ilustrații: XI, 145 p. 90 illus., 7 illus. in color.
Dimensiuni: 155 x 235 x 13 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: Introduction to Blockchain.- 2: Racket Programming Language.- 3: Blockchain Implementation.- 4: Extending the Blockchain.- Conclusion.- Further Reading.- Appendix A: Macros.
Notă biografică
Boro Sitnikovski has over ten years of experience working professionally as a software engineer. He started programming with assembly on an Intel x86 at the age of ten. While in high school, he won several prizes in competitive programming, varying from 4th, 3rd, and 1st place. He is an informatics graduate - his bachelor’s thesis was titled “Programming in Haskell using algebraic data structures”, and his master’s thesis was titled “Formal verification of Instruction Sets in Virtual Machines”. He has also published a few papers on software verification. Other research interests of his include programming languages, mathematics, logic, algorithms, and writing correct software. He is a strong believer in the open-source philosophy and contributes to various open-source projects. In his spare time, he enjoys some time off with his family.
Textul de pe ultima copertă
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.
You will:
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.
You will:
- 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
Caracteristici
The first introductory book on blockchain development using Lisp A compact book to quickly get you up and running Written by an enthusiastic Lisp expert