PharoCompatibility

Description

Pharo compatibility for GemStone: various extensions to Gemstone/GLASS to improve its compatibility with Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
2
Forks
4
Created
Nov. 17, 2013
Updated
July 12, 2024

Categories

Serialization Language Extensions

README excerpt

PharoCompatibility
==================

[![Build Status](https://github.com/GsDevKit/PharoCompatibility/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/GsDevKit/PharoCompatibility/actions/workflows/ci.yml)

Pharo compatibility for GemStone: various extensions to Gemstone/GLASS to improve its compatibility with Pharo.

- Multilingual-TextConversion implements various text encoding algorithms
- GsPharo-Core implements a collection of Pharo-specific methods

## Installation instructions

```Smalltalk
     Metacello new
      baseline: 'PharoCompatibility';
      repository: 'github://glassdb/PharoCompatibility:master/repository';
      load: 'Core'
```

Note that this project depends upon [the GitHub GLASS project](https://github.com/glassdb/glass) and should be considered experimental for the time being.

← Back to results