NakedObjects

Description

Experiments regarding the NakedObjects architecture

Details

Source
GitHub
Created
April 13, 2026
Updated
April 30, 2026

README excerpt

# 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.
```
← Back to results