Building a minimal reflective kernel
Author | : Stéphane Ducasse |
Publisher | : BoD - Books on Demand |
Total Pages | : 80 |
Release | : 2024-11-09 |
ISBN-10 | : 9782322506187 |
ISBN-13 | : 2322506184 |
Rating | : 4/5 (184 Downloads) |
Download or read book Building a minimal reflective kernel written by Stéphane Ducasse and published by BoD - Books on Demand. This book was released on 2024-11-09 with total page 80 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is the class Object? What is the class Class? Why the class Object is an instance of the class Class? If you ever ask yourself such questions, this book is for you. After explaining the impact of representing classes as objects, you will develop step by step a minimal reflective kernel. In this book you will learn: - object instantiation, allocation, and initialization, - classes as objects, - description of classes, - creation of classes, - method lookup and error handling, - examples of metaclasses, - bootstrap of a reflective system. The content of this book has been used to teach reflective architectures for more than 15 years.