.ST 文件扩展名
Atari ST Disk Image
| 开发者 | 不适用 |
| 受欢迎程度 |
3.1 | 14 票 |
什么是 ST 文件?
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.
更多信息
The Atari ST was a personal computer released by Atari in 1985.
可打开 ST 文件的程序
Smalltalk Source Code
| 开发者 | Alan Kay, Dan Ingalls, Adele Goldberg, et al. |
| 受欢迎程度 |
2.7 | 3 票 |
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.
更多信息
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.
如何打开 ST 文件
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.
