View this PageEdit this PageAttachments to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

SmallDEVS for Squeak 4.3

A new implementaion of SmallDEVS (2012), compatible with recent versions of Squeak Smalltalk.

How to install SmallDEVS (start Squeak 4.3, open workspace, copy, paste and evaluate the following expressions):

"Prerequisities:"
SARInstaller new fileInFrom: (HTTPClient httpGet: 'http://www.fit.vutbr.cz/~janousek/smalldevs/SmallDEVSfor4.3/ConnectorsFor3.8-187.sar').
SARInstaller new fileInFrom: (HTTPClient httpGet: 'http://www.fit.vutbr.cz/~janousek/smalldevs/SmallDEVSfor4.3/SIXX20091115.sar').
"SmallDEVS:"
SARInstaller new fileInFrom: (HTTPClient httpGet: 'http://www.fit.vutbr.cz/~janousek/smalldevs/SmallDEVSfor4.3/SmallDEVS-120309.sar').
"optionally, you can also install PNtalk:"
MczInstaller installStream: (HTTPClient httpGet: 'http://www.squeaksource.com/SmallDEVS/PNtalk-Core-rk.16.mcz')

Then use world menu and open MyRepository Browser. See SmallDEVS (and/or PNtalk) web site to learn how to use it.

Latest versions of all SmallDEVS (and PNtalk) packages are available on http://www.squeaksource.com/SmallDEVS/. You can install them this way:
MczInstaller installStream: (HTTPClient httpGet: 'http://www.squeaksource.com/SmallDEVS/NAME-OF-PACKAGE').

A version for Pharo Smalltalk is also planned. Current status of the effort is documented on page SmallDEVS for Pharo 1.3.

Known bugs: Some menus in AtomcDEVSExplorer do not work as expected. GUI is more stable in previous version.

License: MIT LICENSE
License: Brno University Of Technology Opensource License

(c) 2011-2012 Vladimir Janousek


-----------

Links to this Page