.SLANG File Extension
Slang Source Code
Developer | Scratchware |
Popularity |
2.0 | 2 Votes |
What is an SLANG file?
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).
More Information
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.
How to open an SLANG file
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.