Experiments regarding the NakedObjects architecture
# NakedObjects Experiments in the context of the NakedObjects architecture (http://www.nakedobjects.org/book/) ## Installation You can load the code into Pharo using Metacello. The script below will load everything, including the tests and script examples. ```Smalltalk Metacello new repository: 'github://migchiel/NakedObjects'; baseline: 'RSNakedObjects'; load. ```