.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.
