.SLANG Dateiendung
Slang Source Code
| Entwickler | Scratchware |
| Beliebtheit |
2.0 | 2 Stimmen |
Was ist eine SLANG-Datei?
A SLANG file contains source code written in the Scratchware Language (Slang). Typically, this source code comprises a simple Slang program. Most commonly, developers create SLANG files with Dialect, Slang's integrated development environment (IDE).
Weitere Informationen
Developer Fletchable created the Scratchware Language in 2023. Slang is an object-oriented, cross-platform programming language built atop Visual Basic.
Using Dialect (or any other source code editor) developers can create Slang programs. They save these programs' source code as SLANG files. Developers can then run the programs their SLANG files contain using the Slang interpreter.
So öffnen Sie eine SLANG-Datei
You can open a SLANG file with Dialect (Windows), Microsoft Visual Studio Code, or any other source code editor. Doing so allows you to view and edit the Slang source code the file contains.
You can use the Slang interpreter (Windows, Mac) to run the program a SLANG file contains. To do so, run the Slang interpreter and then enter sread path/to/your/file.slang.