.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.
