.SCALE 文件扩展名
Scale Source Code
| 开发者 | StonkDragon |
| 受欢迎程度 |
4.2 | 5 票 |
什么是 SCALE 文件?
A SCALE file contains source code written in the Scale programming language. The code a SCALE file contains is meant to be compiled to C source code, using the source-to-source Scale compiler.
更多信息
The Scale programming language, developed by GitHub user StonkDragon, is inspired by Porth (.PORTH) and Lua (.LUA). It is a procedural, object-oriented, concatenative, and stack-oriented language.
Developers save Scale source code in SCALE files. These files contain some number of Scale functions. There is no compiler that converts SCALE files to machine code. Instead, the Scale compiler converts SCALE files to C code, which can then be included in C programs.
如何打开 SCALE 文件
You can open and edit a SCALE file with Microsoft Visual Studio Code (multiplatform) or any other source code or text editor. You can use the Scale compiler (macOS, Linux) to compile a SCALE file to C code.
