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