Skip to content

nicolas-cellier-aka-nice/SciSmalltalk

This branch is 12 commits ahead of, 2 commits behind djuber/SciSmalltalk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17e7329 · Apr 16, 2014
Jul 20, 2012
Jun 5, 2012
Jun 5, 2012
Jun 5, 2012
Jun 8, 2012
Jun 5, 2012
Jun 5, 2012
May 31, 2012
May 17, 2012
May 31, 2012
Jul 8, 2013
Jul 8, 2013
Jun 5, 2012
Jun 5, 2012
Jun 5, 2012
Jun 7, 2012
Jun 8, 2012
Apr 18, 2012
May 17, 2012
May 20, 2012
Apr 16, 2014

Repository files navigation

‼️ Current active development repository is located at SmalltalkHub

Build statuses:

  • Pharo 2: Build Status
  • Pharo 3: Build Status

##How to install SciSmalltalk in Pharo 2.0/3.0

If you want to install the last stable version (0.9):

Gofer new
	url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main';
	package: 'ConfigurationOfSciSmalltalk';
	load.
((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.9') load.

If you want to install the development version :

Gofer new
	url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main';
	package: 'ConfigurationOfSciSmalltalk';
	load.
(Smalltalk at: #ConfigurationOfSciSmalltalk) loadDevelopment.

All packages load into the Math-* package names.

How to contribute to SciSmalltalk

We welcome submissions! A google group exists for this project at http://groups.google.com/group/scismalltalk

About

Tools for scientific computation in Smalltalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%