https://github.com/stevencostiou/reflectivity-dev
https://github.com/stevencostiou/reflectivity-dev
pharo reflection smalltalk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevencostiou/reflectivity-dev
- Owner: StevenCostiou
- Created: 2017-12-21T16:10:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T19:32:24.000Z (over 7 years ago)
- Last Synced: 2025-04-07T16:50:33.386Z (about 1 year ago)
- Topics: pharo, reflection, smalltalk
- Language: Smalltalk
- Size: 491 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an experimental version of Reflectivity with:
- support for object-specific metalinks
- an api to install links on class and objects
- new kind of metalinks: PermaLinks, that automatically reinstall themselves on specific nodes (inspired from https://github.com/peteruhnak/metalinks-toolkit)
# Installation (Pharo 7)
You should load everything. The current repository is synchronized with Pharo-7.0+alpha.build.394.sha.18b211231051b770bcc3b36bfdee1a8faa0332c3 (32 Bit).
```Smalltalk
Metacello new
baseline: 'ReflectivityDev';
repository: 'github://StevenCostiou/Reflectivity-dev/repository';
load.
```
# Reflectivity-dev
Work in progress documentation here: https://github.com/SquareBracketAssociates/Booklet-Reflectivity