https://github.com/rko281/portishead
Pharo portability for Dolphin Smalltalk
https://github.com/rko281/portishead
Last synced: 2 months ago
JSON representation
Pharo portability for Dolphin Smalltalk
- Host: GitHub
- URL: https://github.com/rko281/portishead
- Owner: rko281
- License: mit
- Created: 2018-09-03T10:52:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T11:41:48.000Z (4 months ago)
- Last Synced: 2025-02-25T12:35:43.271Z (4 months ago)
- Language: Smalltalk
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portishead
Pharo compatibility for Dolphin Smalltalk## What is Portishead?
Portishead is a compatibility layer to ease the porting of Pharo frameworks to Dolphin Smalltalk. It consists of classes and methods equivalent to those found in Pharo - these may be straight copies, adaptations or redirections to equivalent Dolphin code. Functionality is unlikely to be complete but just enough to enable the dependent framework code to be ported with no/minimal changes.### How does Portishead differ from Grease?
Grease is a portability package which largely implements a new, common API across Smalltalk dialects. Portishead by contrast aims to implement classes and methods with the same names and API as those in Pharo.### Why 'Portishead'
* Like Pharo, Portishead is named after a [lighthouse](https://en.wikipedia.org/wiki/Portishead_Point_lighthouse)
* **Port**ishead is a **port**ability framework## Getting Started
* This repository is primarily used as a submodule by other repositories (Seaside, Iliad...)
* To download standalone, clone/download to your Dolphin working directory