Jump to content

GNU Smalltalk: Difference between revisions

From EDM2
Created page with "A Smalltalk implementation that differs from most other Smalltalk systems in a number of respects, most significant difference is the use of US-ASCII text files rather..."
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
A [[Smalltalk]] implementation that differs from most other Smalltalk systems in a number of respects, most significant difference is the use of [[US-ASCII]] text files rather than image files, this allows the system to interact with other tools developed by the [[Free Software Foundation]] but at the same time it precludes the use of the automatic tools that people are accustomed to from normal Smalltalk systems.
{{Software
|Picture=NA.png
|Name=GNU Smalltalk
|Version=3.2.5 (2013-04-11)
|Vendor=[[Free Software Foundation]]
|Author=Holger Hans Peter Freyther (maintainer)
|Licence=OS/2 version: [[GPL v2]]<br/>Later versions: [[GPL v3]]
|WWW=http://smalltalk.gnu.org
}}
A [[Smalltalk]] implementation that differs from most other Smalltalk systems in a number of respects. The most significant difference is the use of [[ASCII]] text files rather than image files. This allows the system to interact with other tools developed by the FSF but at the same time it precludes the use of the automatic tools that people are accustomed to from normal Smalltalk systems.


The OS/2 version was unusually enough derived from the [[DOS]] version of the system and never gained any popularity, there was a bit of interest in the mid 90's as it was the only open source variant of the language available, but the open sourcing of [[Squeak]] by [[Apple]] and the availability of "demo" Smalltalk versions from sundry vendors including [[IBM]] that, although functionally crippled, were still more powerful for private use than GNU Smalltalk meant that the package never saw any real use on the OS/2 system.
The OS/2 version was unusually enough derived from the [[DOS]] version of the system and never gained any popularity, there was a bit of interest in the mid 90s as it was the only open source variant of the language available, but the open sourcing of [[Squeak]] by [[Apple]] and the availability of "demo" Smalltalk versions from sundry vendors including [[IBM]] that, although functionally crippled, were still more powerful for private use than GNU Smalltalk meant that the package never saw any real use on the OS/2 system.


==Versions==
==Versions==
* Last known version: GNU Smalltalk 3.2.91 (2015-11-07) Alpha release
* 1.95.12 (latest OS/2 version)
* Last known stable version: GNU Smalltalk 3.2.5 (2013-04-11)
* 3.2.5 (2013-04-11)
* Last known OS/2 version: GNU Smalltalk 1.95.12
* 3.2.91 (2015-11-07) Alpha release


==Links==
==Links==
* [http://smalltalk.gnu.org GNU Smalltalk homepage]
* [http://smalltalk.gnu.org GNU Smalltalk homepage]


==Licence==
[[Category:Smalltalk]][[Category:GNU Software]][[Category:Software written in C]]
Open source software, OS/2 version released under [[GPL v2]], current version released under [[GPL v3]]
 
[[Category:Tools]]
[[Category:Smalltalk]]
[[Category:DOS Tools]]
[[Category:MS Windows Tools]]
[[Category:Generic Unix Tools]]
[[Category:Open Source Software]]
[[Category:Software written in C]]

Latest revision as of 03:28, 26 May 2022

GNU Smalltalk
Name GNU Smalltalk
Version 3.2.5 (2013-04-11)
Vendor Free Software Foundation
Author Holger Hans Peter Freyther (maintainer)
Licence OS/2 version: GPL v2
Later versions: GPL v3
WWW http://smalltalk.gnu.org

A Smalltalk implementation that differs from most other Smalltalk systems in a number of respects. The most significant difference is the use of ASCII text files rather than image files. This allows the system to interact with other tools developed by the FSF but at the same time it precludes the use of the automatic tools that people are accustomed to from normal Smalltalk systems.

The OS/2 version was unusually enough derived from the DOS version of the system and never gained any popularity, there was a bit of interest in the mid 90s as it was the only open source variant of the language available, but the open sourcing of Squeak by Apple and the availability of "demo" Smalltalk versions from sundry vendors including IBM that, although functionally crippled, were still more powerful for private use than GNU Smalltalk meant that the package never saw any real use on the OS/2 system.

Versions

  • 1.95.12 (latest OS/2 version)
  • 3.2.5 (2013-04-11)
  • 3.2.91 (2015-11-07) Alpha release

Links