Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevencostiou/reflectivity-dev
https://github.com/stevencostiou/reflectivity-dev
pharo reflection smalltalk
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevencostiou/reflectivity-dev
- Owner: StevenCostiou
- Created: 2017-12-21T16:10:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T19:32:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T18:09:28.268Z (about 2 months ago)
- Topics: pharo, reflection, smalltalk
- Language: Smalltalk
- Size: 491 KB
- Stars: 1
- Watchers: 2
- 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