mabdi / Moose

MOOSE - Platform for software and data analysis.

Home Page:https://moosetechnology.github.io/moose-wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

development v8

Moose is an extensive platform for software and data analysis.

Moose is an open source software. It was started at the Software Composition Group from the University of Bern in 1996 and is currently contributed to and used by multiple partners. It offers multiple services ranging from importing and parsing data, to modeling, to measuring, querying, mining, and to building interactive and visual analysis tools.

Documentation

Please refer to the moose wiki for the documentation.

Installation

Get a built Moose Image from Pharo launcher

Download Moose gif

Load Moose in a Pharo image

Latest version: Moose 9

[ Metacello new
    baseline: 'Moose';
    repository: 'github://moosetechnology/Moose:development/src';
    load ]
    on: MCMergeOrLoadWarning
    do: [ :warning | warning load ]

If all else fails, you should be able to get the last generated image from github : https://github.com/moosetechnology/Moose/releases/download/continuous/Moose9-development.zip

Stable version: Moose 8

Metacello new
  baseline: 'Moose';
  repository: 'github://moosetechnology/Moose:v8.x.x/src';
  load.

Famix generators

About

MOOSE - Platform for software and data analysis.

https://moosetechnology.github.io/moose-wiki

License:MIT License


Languages

Language:Smalltalk 100.0%