.PORTH 文件扩展名
Porth Source Code
| 开发者 | Tsoding |
| 受欢迎程度 |
3.7 | 6 票 |
什么是 PORTH 文件?
A PORTH file contains source code written in the Porth programming language. The code defines a Porth module or program. You can compile PORTH files using Porth.
更多信息
Porth is a programming language created by streamer Tsoding. It is a concatenative, stack-oriented, and statically-typed language, based on the Forth programming language created by Charles H. Moore.
Programs written using Porth are saved in PORTH files. You can compile the program a PORTH file contains using Porth's com command.
如何打开 PORTH 文件
You can open and edit a PORTH file in any text editor or source code editor, such as Microsoft Visual Studio Code (multiplatform) or GitHub Atom (multiplatform). Some source code editors, such as Visual Studio Code, offer plug-ins that can help you more easily read and edit PORTH Files.
