Y
Hacker News
new
|
ask
|
show
|
jobs
by
CyberDildonics
271 days ago
a minimal OOP runtime
What does this mean?
1 comments
marianoguerra
271 days ago
in the LISP 1.5 Programmers's Manual there's a single page that defines eval/apply in lisp code. I was exploring something similar for OOP, what's the minimal set of features needed to bootstrap objects and method dispatch.
link
_0ffh
270 days ago
You might find "Open, Extensible Object Models" by Ian Piumarta and Alessandro Warth interesting.
Found a link:
https://tinlizzie.org/VPRIPapers/tr2006003a_objmod.pdf
link