Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-quant
https://github.com/astares/pharo-quant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/astares/pharo-quant
- Owner: astares
- Created: 2017-05-08T06:29:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T21:49:56.000Z (over 6 years ago)
- Last Synced: 2024-10-31T06:41:50.828Z (3 months ago)
- Language: Smalltalk
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pharo-Quant
## Loading
Use Pharo 7 and evaluate:
```Smalltalk
Metacello new
baseline:'Quant';
repository: 'github://astares/Pharo-Quant:master/repository';
load
```