.ST Bestandsextensie
Atari ST Disk Image
| Ontwikkelaar | N.v.t. |
| Populariteit |
3.1 | 14 Stemmen |
Wat is een ST-bestand?
Disk image of an Atari ST program or video game; contains exact data copied from an Atari floppy disk or cartridge; may be opened on a PC using Atari emulation software.
Meer informatie
The Atari ST was a personal computer released by Atari in 1985.
Programma's die ST-bestanden openen
Smalltalk Source Code
| Ontwikkelaar | Alan Kay, Dan Ingalls, Adele Goldberg, et al. |
| Populariteit |
2.7 | 3 Stemmen |
An ST file contains source code written in the Smalltalk programming language. For example, it may contain a Smalltalk expression or script. Developers create ST files while writing Smalltalk programs.
Meer informatie
Smalltalk is an object-oriented programming language that has influenced many other object-oriented programming languages. It has many variants, including Smalltalk-80, GNU Smalltalk, OpenSmalltalk, Squeak, and Dolphin Smalltalk.
Developers creating Smalltalk programs save the source code they've written as ST files. At runtime, the Smalltalk compiler compiles the code ST files contain to bytecode, which is typically interpreted by a Smalltalk virtual machine.
Een ST-bestand openen
You can open an ST file with Microsoft Visual Studio Code (multiplatform) or any other text editor. Doing so will allow you to view and/or edit the Smalltalk source code your ST file contains.
