Smalltalk/X: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{implementation|Smalltalk}}'''Smalltalk/X''' is a free implementation of the Smalltalk programming language. For download, see [http://www.smalltalk-x...")
 
No edit summary
Line 1: Line 1:
{{implementation|Smalltalk}}'''Smalltalk/X''' is a free implementation of the [[:Category:Smalltalk|Smalltalk]] programming language. For download, see [http://www.smalltalk-x.de].
{{implementation|Smalltalk}}'''Smalltalk/X''' is a free implementation of the [[:Category:Smalltalk|Smalltalk]] programming language. For download, see [http://www.smalltalk-x.de http://www.smalltalk-x.de].


The Smalltalk/X package includes IDE, debugger, compilers, UI builders and many other tools.
The Smalltalk/X package includes IDE, debugger, compilers, UI builders and many other tools.

Revision as of 03:28, 20 January 2013

Smalltalk/X is an implementation of Smalltalk. Other implementations of Smalltalk.

Smalltalk/X is a free implementation of the Smalltalk programming language. For download, see http://www.smalltalk-x.de.

The Smalltalk/X package includes IDE, debugger, compilers, UI builders and many other tools. In addition to bytecode execution (which is translated just in time to machine code), it also includes a Smalltalk-to-C compiler which can be used to generate binary executables without any bytecode engine and without any IDE. Although not normally used as such, it can be executed as a scripting language with a REPL loop. It is available for Windows, Linux and other Unix-based platforms.