Treatment in progress...
Close notification

We are back !

Welcome on your new side.fr !

Display notification

Building a minimal reflective kernel

Ducasse Stéphane
Publication date 09/11/2024
EAN: 9782322506187
Availability Available from publisher
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 ... See full description
Attribute nameAttribute value
Common books attribute
PublisherBOOKS ON DEMAND
Page Count78
Languageen
AuthorDucasse Stéphane
FormatPaperback / softback
Product typeBook
Publication date09/11/2024
Weight139 g
Dimensions (thickness x width x height)0.50 x 15.50 x 22.00 cm
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.