Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-abstractmath

Abstract math objects
https://github.com/astares/pharo-abstractmath

pharo

Last synced: 1 day ago
JSON representation

Abstract math objects

Awesome Lists containing this project

README

        

# Pharo-AbstractMath
Abstract math objects

## Quick Start
### Installation

```Smalltalk
Metacello new
repository: 'github://astares/Pharo-AbstractMath/src';
baseline: 'AbstractMath';
load
```