.RETRO 文件扩展名
RetroForth Source Code File
| 开发者 | crc |
| 受欢迎程度 |
2.0 | 1 票 |
什么是 RETRO 文件?
A RETRO file is a source code file written in the RetroForth programming language. It contains code used to compile and run a RetroForth program.
更多信息
RetroForth is a programming language that takes inspiration from the original Forth language, which was released in 1970. Like Forth, RetroForth is a procedural, stack-based language. While RetroForth incorporates elements of Forth, it also utilizes elements of the colorForth, cmForth, Joy, Factor, and Parable programming languages.
Developers who are developing programs written in RetroForth save those programs' source code files as RETRO files. After a developer finishes creating a program, they can use the RetroForth compiler and their RETRO file to execute that program.
如何打开 RETRO 文件
Because RETRO files are plain text files, you can open and edit them in any text or source code editor. Source code editors, such as Microsoft Visual Studio Code (cross-platform) and GitHub Atom, may allow you to install add-ons that highlight RetroForth syntax correctly.
