An open API service indexing awesome lists of open source software.

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

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).