.PORTH File Extension
Porth Source Code
Developer | Tsoding |
Popularity |
3.7 | 3 Votes |
What is a PORTH file?
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.
More Information
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.
How to open a PORTH file
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.