Simple text editor written in the Red programming language (similar to the REBOL language)
- Read and write .txt files
- Line and characters counter (status bar)
- Font selection
-
Download this repository
-
Locate yourself within the repository folder (
notepad-redfolder) -
Open a Windows terminal and run the following command
interpreter/red.exe src/notepad-red.redOr optionally in client mode (without opening the Red interpreter)
interpreter/red --cli src/notepad-red.redand finally press
Enter. A window will then open with the script running
- red-lang.org (official website)
- VID (Visual Interfacr Dialect) in Red
- VID Red | dialogs
- VID Red | events
- helpin.red
- red-by-example.org
- red-language-documentation.readthedocs.com
- redprogramming.com
- chenyitian.gitbooks.io (various tutorials)
- examples
- development
Aside from the links mentioned, there isn't much information available about the network language, nor are there many examples online, and the few communities or forums that exist seem strangely abandoned or have little participation. I hope this example will be useful for anyone who wants to delve into this unique and powerful programming language.
