.SLANG 파일 확장자
Slang Source Code
| 개발사 | Scratchware |
| 인기도 |
2.0 | 2 투표 |
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).
추가 정보
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.
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.