Object Oriented Programming
Table of Contents
1. Stream
1.1. 0x2235
- The Actor-Model Computation is a domain specific flavor of OOP tuned for concurrent computation
- see Message Passing Computation, specifically in the context of lisp
1.2. 0x21B0
- Was reading practical common lisp some time ago and the chapter on OOP referenced to the idea of OOP being implemented in different ways in different programming languages.
- caching directions to explore this idea with depth later on:
- see implementation architecture of OOP in:
- Simula (origins)
- Python/Java (Pure)
- JavaScript (Prototypical)
- Common Lisp (CLOS)
- C++ (I don't really know the exact details: read more)
- see implementation architecture of OOP in: