.RED ファイル拡張子
CADViewer Redline Markup File
| 開発元 | Tailor Made Software |
| 人気度 |
3.3 | 3 票 |
REDファイルとは?
CAD file created by CADViewer, a program used for reviewing CAD designs; saves annotations, or redlines, that have been written by a design reviewer; enables notes and other jotted items to be saved alongside a CAD design.
REDファイルを開く、または参照するプログラム
Red Source Code File
| 開発元 | Nenad Rakočević |
| 人気度 |
3.5 | 2 票 |
A RED file is a source code file written in the Red programming language, which is a high-level programming language. It stores code in the Red syntax that is human-readable and similar to the Rebol programming language. RED files can be compiled or interpreted by the Red console.
詳細情報
The Red programming language was introduced in 2011 and designed to improve upon the Rebol programming language. Nenad Rakočević developed Red to be a full-stack language where a developer could create the front-end and back-end of software.
注: While RED files store Red source code, .REDS files contain a low-level dialect of the Red programming language, known as Red/System.
REDファイルの開き方
You can open and edit a RED file with various source code editors, such as Microsoft Visual Studio Code with the Red extension (multiplatform) and GitHub Atom (multiplatform). Since RED files are saved in plain text, you can also open and edit them with a plain text editor, such as Microsoft Notepad (bundled with Windows) or Apple TextEdit (bundled with macOS), but they do not provide helpful source code editing features.
After you've finished editing your RED file you can compile the source code with the Red console by selecting File → Run....
