.SLANG Rozszerzenie pliku
Slang Source Code
| Deweloper | Scratchware |
| Popularność |
2.0 | 2 Głosów |
Czym jest plik SLANG?
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).
Więcej informacji
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.
Jak otworzyć plik SLANG
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.