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

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

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

pharo

Last synced: about 1 year 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
```