https://github.com/namin/rop
reflection-oriented programming
https://github.com/namin/rop
oop reflection scheme
Last synced: 2 months ago
JSON representation
reflection-oriented programming
- Host: GitHub
- URL: https://github.com/namin/rop
- Owner: namin
- License: mit
- Created: 2019-08-09T15:58:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T02:13:08.000Z (over 4 years ago)
- Last Synced: 2025-04-13T19:59:33.337Z (2 months ago)
- Topics: oop, reflection, scheme
- Language: Scheme
- Size: 8.79 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reflection-oriented programming
Reproduces the Reflection'96 [paper](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.34.8581) by Sobel and Friedman,
_An Introduction to Reflection-Oriented Programming_.The code runs on [MIT Scheme](https://www.gnu.org/software/mit-scheme/) and uses the Scheme Object System (SOS).
See [the SOS Reference Manual](https://www.gnu.org/software/mit-scheme/documentation/stable/mit-scheme-sos.pdf).