After reading an article evangelizing smalltalk, learning that it is a pure OO language, and works on top of GemStone, I decided to give it a try. I follow the GemTalk Systems installation instructions which are essentially:
1 |
|
I am running on Debian 9.3 which is not supported so a few hacks were required.
modify .bashrc
1 |
|
Change OS recognition. Note - this may invalidate all warranties!
One of the scripts called is ~/GsDevKit_home/bin/utils/installOsPrereqs
Look for the method installPrereqsForDebian() and change testing | 8.3 to 9.3:
1 | installPrereqsForDebian(){ |
To get started with tODE:
1 | startStone -b devkit_33 |
‘stones’ command in the terminal will show running stones
‘testLogin’ in tODE will confirm connection