Main Page: Difference between revisions

From Programming in RED
Content added Content deleted
(36 intermediate revisions by the same user not shown)
Line 1:
__NOTOC__
 
<big>'''"...Words have meaning and their meaning is relative to the context..."'''</big>
== 欢迎来到RED语言维基页面. ==
 
'''<big>RED语言</big>''' 是一个从REBOL诞生的先进编程语言. 它是一个全栈式编程语言[https://en.wikipedia.org/wiki/Red_(programming_language) 全栈式] 。 。
语言的作者'''<big>Nenad Rakocevic</big>'''远在REBOL3 的源代码发布之前就开启了这个项目.
两种语言拥有一个相同的原理: 尽量精简. 在 RED 和REBOL 中,你可以用接近一行代码完成一件其他语言要用更多行代码才能完成的事,而一个50行的程序在 RED/REBOL中仅需2到4行代码.
 
<small>''THIS WIKI WILL BE READ ONLY FOR SOME TIME WHILE STRUCTURING IT''</small>
同样的,其他语言需要 50 GB 硬盘空间才能开始编程,而RED仅需1MB磁盘空间和一个文本编辑器即可.
 
== Welcome to the '''Programming RED''' wiki page. ==
当前REBOL还是开源状态, 而RED 拥有不同的来源,它曾经使用scratch编制. 虽然它保持和REBOL2兼容 (90% 的代码),但是它和REBOL是不同的。 REBOL 是解释型语言, 而RED既可以解释运行,也可以编译为二进制代码.
 
'''<big>RED</big>''' is an advanced programming language born from REBOL. It is a [https://en.wikipedia.org/wiki/Red_(programming_language) full stack] programming language.
学习更多的内容可到以下RED的主页面:
 
The Author, '''<big>Nenad Rakocevic</big>''' started the project long before the source of REBOL3 has been releases.
<big>[http://www.red-lang.org/ RED 官方网站]</big>
Both language share one common principle: be coincise. In RED and REBOL you can do in one like of code what in other languages needs many more lines. A 50 lines of program could be 2/4 lines in RED/REBOL.
 
Also you do not need 50 GB of HD space to start programming: 1MB of drive space and a text editor are enough.
REBOL的资源是RED语言的重要组成部分,REBOL的资源也远多于RED语言。阅读REBOL的页面并放心地将知识应用到RED中去。
 
While REBOL is now open source, RED has totally a different source. It has been coded from scratch. It maintains compatibility with REBOL2 (90% of the code) bit it is different. REBOL is interpreted, while RED is either compiled or interpreted.
=== RED 的主页 ===
 
Learn more at RED main page:
 
<big>[http://www.red-lang.org/ RED 官方网站HQ Homepage]</big>
 
REBOL Resources are vital part of RED and there is still more documentation for REBOL than RED, so feel free to read from REBOL pages and apply your knowledge to RED.
 
=== RED 的主页Main Pages ===
 
{| class="wikitable"
|-
! 网站名称Site Name !! 网站地址Site Url !! 描述Description
|-
| Red 官方网站Main Site || http://www.red-lang.org || The main site of RED语言的官方网站 Language
|-
| Red 官方文档Official Documentation || http://doc.red-lang.org/ || 文档库,正在建设中Documentation Repository, Work in Progress
|-
| Red 维基百科Wiki || https://github.com/red/red/wiki || 位于GITHUB的RED维基Red Wiki on GITHUB
|-
| Red 语言定义Language Specification || https://github.com/meijeru/red.specs-public || Specification of Red语言的语言定义 Langauge
|-
| Red/System 定义Specification || http://static.red-lang.org/red-system-specs.html || Specification of Red/System 的语言定义Langauge
|-
| Red/System BNF 语法Grammar || http://static.red-lang.org/A_BNF_grammar_of_Red_System.pdf || (PDF)
|-
| Red 编译文档Parse Documentation || http://www.red-lang.org/2013/11/041-introducing-parse.html || Documentation on RED Parsing
|-
| Red 源代码Source || [https://github.com/red/red Source] || Red source code (当然是开源状态Yes, it is Open Source!)
 
 
|}
 
==== RED聊天讨论区Discussion Places: ====
 
{| class="wikitable"
|-
! 网站名称Site Name !! 网站地址Site Url !! 描述Description
|-
| Gitter Chat: 主分区MAIN Branch || [https://gitter.im/red/red ||
|-
| Gitter Chat: GUI分区 Branch || https://gitter.im/red/red/gui-branch ||
|-
| Gitter Chat: 文档Docs || https://gitter.im/red/docs ||
|-
| Gitter Chat: 编程Code || https://gitter.im/red/red/code ||
|-
| Gitter Chat: RED/System || https://gitter.im/red/red/system ||
|-
| Gitter Chat: 欢迎页面Welcome Page || https://gitter.im/red/red/welcome ||
|-
| Gitter Chat: 帮助Help || https://gitter.im/red/help ||
|-
| Gitter Chat: 法语France Language || https://gitter.im/red/red/France ||
|-
| Twitter || https://twitter.com/red_lang ||
Line 71 ⟶ 76:
 
 
===== 相关页面Related: =====
 
{| class="wikitable"
|-
! 网站名称Site Name !! 网站地址Site Url !! 描述Description
|-
| REBOL 论坛Forum || https://www.rebolforum.com/index.cgi || One of the most active REBOL最活跃的论坛之一 Forus... 采用written in REBOL编程
|-
| Red 例程By Example || http://www.red-by-example.org/ || 可通过例程得到的参考An accessible reference by example
|-
| Helpin Red 帮助|| http://helpin.red/ || 帮助,教程,例程Help, tutorials, and examples
|-
| My Code For Fun || http://www.mycode4fun.co.uk/About-Red-Programming || RED/REBOL blog
| || ||
|-
| REB4Me || http://reb4.me/ || WebSite Dedicated to REBOL by Christopher Ross-Gill
| || ||
|-
| || ||
Line 97 ⟶ 102:
|}
 
=== Nenad 文章Words: ===
 
https://www.quora.com/Why-did-the-Red-language-fork-Rebol ! Why RED started
 
=== Main REBOL 主页Pages ===
 
{| class="wikitable"
|-
! 网站名称Site Name !! 网站地址Site Url !! 描述Description
|-
| REBOL 官方网站Main Site || http://www.rebol.com || The main site of REBOL的技术主网站,什么都可以从此开始 Tech, the start of everything
|-
| REBOL 开发网站developers Site || http://www.rebol.org || 有大量开发者的描述和文档的网站Site full of develper's script and documentation
|-
| Rebol 开发者网络Devevopers Network || http://www.rebol.net || Home of Carl's REBOL 博客BLOG
|-
| 一个A REBOL网站 Seite || http://www.rebol.info ||
|-
|}
 
== RED, REBOL 和其他同一家族的语言and other languages of the same Family ==
 
{| class="wikitable"
Line 123 ⟶ 128:
! Header text !! Header text !! Header text
|-
| REBOL3 Main || http://www.rebol.com https://github.com/rebol/rebol|| REBOL 主页Main Pages
|-
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
Line 132 ⟶ 137:
|-
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different Branches Differences
|-
| REBOL/RED/REN/C Differences || https://stackoverflow.com/questions/39409053/whats-the-difference-between-rebol3-and-rebol2-and-red-lang?rq=1 || Differences between the languages
|-
| REN-C Trello || https://trello.com/b/l385BE7a ||
Line 151 ⟶ 158:
|}
 
== 书籍和指南Books and Guides: ==
 
{| class="wikitable"
Line 159 ⟶ 166:
| Red book || https://www.packtpub.com/application-development/learn-red-%E2%80%93-fundamentals-red || Learn Red, Fundamentals of Red
|-
| A REBOL Guide || http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide.pdf?attredirects=0&d=1 || Rebol, a programmers guide
|-
| REBOL Book || https://en.wikibooks.org/wiki/Rebol_programming || Rebol Book on Wikibook
Line 172 ⟶ 179:
|}
 
== REBOL GUI 图形界面系统Systems ==
 
{| class="wikitable"
Line 190 ⟶ 197:
| REBOL Draw Dialect Reference || http://www.rebol.com/docs/draw-ref.html ||
|-
| Changes to R3Gui || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp|| Not up to date
| REBGUI Chat on REBOL3 World || http://www.rebol.net/altweb/rebol3/chat303.html ||
|-
| REBGUISaphirion MainR3 PageExamples || http://www.dobeashre-bol.com/rebguiexamples.html#r3 ||
|-
| Learn Rebol Tutorial || http://re-bol.com/rebol.html || By Nick Antonaccio
| || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp||
|-
| Test GUI for R3 || http://re-bolwww.com/examplescolineau.fr/rebol/r3-gui.html ||
|-
| OLD R3 User Guide || http://re-bolwww.rebol.com/rebolr3/docs/gui/guide.html || 2010 By Carl
|-
| R3 Gui Test Script || http://www.colineaurebol.fr/rebolcom/r3-gui/demo.htmlr ||
|-
| GUI Example Text file browser || https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser ||
| || http://www.rebol.com/r3/docs/gui/guide.html ||
|-
| R3 GUI Docs || http://www.rebol.com/r3/demodocs/gui/gui.rhtml || Newer Docs
|-
| R3 Documentation || https://web.archive.org/web/20180410065304/http://www.r3gui.com/|| Various Format (WayBack Machine)
| || https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser ||
|-
| || http://wwwr3-gui.rebol4answered.com/r3questions/docssection/gui28769/gui.html1 ||
|-
| R3 GUI Panels and Layouts || http://www.r3guirebol.com/r3/docs/gui/panels.html ||
|-
| R3 GUI Goals || http://r3-guiwww.4answeredcolellachiara.com/questionssoft/sectionMisc/28769/1r3-gui.html || Ancient 2006 Document
|-
| R3 Gui Spahirion Announce || httphttps://wwwgroups.rebolgoogle.com/r3forum/docs#!topic/guirebol/panels.htmleS2HWgu4Bcs ||
|-
| AlteME R3 GUI Thread || http://www.colellachiararebol.cominfo/softaltme/Misc198/r3-gui.html/1283 ||
|-
| || http://wwwebanshi.4answered.comcc/questions/view1761694/1b393dd/Textrebol-3-r3-gui-andhow-caretto-inaccess-VIDtext-orfrom-R3an-Guiarea ||
|-
| || http://phoneaskrebol.ccinforme.com/questionswiki/870759view/text-and-caret-in-vid-or-r3Text-guitable ||
|-
| R3 GUI Demo Porting || https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system ||
| || http://www.r3gui.com/docs/developer/layouts/layouts.html||
|-
| REBOL2 Auto Resize Extension || https://groups.googlegithub.com/forum/#!topic/reboldockimbel/eS2HWgu4Bcsauto-resize ||
|-
| || http://www.rebol4answered.infocom/altmequestions/198view/r3-gui1b393dd/1283Text-and-caret-in-VID-or-R3-Gui ||
|-
| || http://ebanshiphoneask.cc/questions/1761694870759/reboltext-3and-r3caret-guiin-howvid-toor-accessr3-text-from-an-areagui ||
|-
| Vid Extension KIT || http://hmkdesign.dk/project.rsp?id=vid-ext-kit&page=info || One of the best GUI Kit created for REBOL2
| || http://rebol.informe.com/wiki/view/Text-table ||
|-
| REBGUI Chat on REBOL3 World || http://www.rebol.net/altweb/rebol3/chat303.html ||
| || https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system ||
|-
| REBOL2REBGUI AutoMain Resize ExtensionPage || httpshttp://githubwww.dobeash.com/dockimbel/auto-resizerebgui.html# ||
|-
| GLayout || http://www.rebol.org/view-script.r?script=glayout.r || Another GUI Kit for REBOL2
|-
|}
 
==== Rebol和数据库 and Databases: ====
 
{| class="wikitable"
Line 260 ⟶ 269:
|}
 
==== 讨论区Code Repositories ====
 
{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| REBOL Oneliners || http://www.rebol.com/oneliners.html || Complete functional scripts in one line of code
|}
 
 
 
== Discussion Places ==
 
 
Line 283 ⟶ 303:
| SAPH R3GUI and editable styled text || http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text ||
|-
| Interesting Thread || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 ||
|-
| Ren/C Stack Overflow || https://chat.stackoverflow.com/rooms/291/rebol || Ren/C is Hostile Fork Rebol3 version. This is the chat where the main actors is the develolper of the fork.
|-
|}
 
== Other Interesting Links ==
==== 其他感兴趣的链接 ====
 
{| class="wikitable"
Line 302 ⟶ 325:
| Max Vessi Portal || https://github.com/angerangel/r3bazaar ||
|-
| An R3 Source Mirror || https://github.com/rebolsource/r3 ||
|-
| RED Author Main Site || http://softinnov.org/ ||
|-
| Reddit Collection of Tutorial and Videos || https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/ ||
|-
| REBOL France || http://www.rebol-france.org/ || (France has a great History of REBOL Programmers)
|-
| From REBOL2 a 3 || http://www.codeconscious.com/rebol/r2-to-r3.html ||
|-
| Chris Ross Gill WebSite || http://ross-gill.com/ ||
|-
| A REBOL2 BLog || http://rebol2.blogspot.it/ ||
|-
| REBOLEK Blog || http://rebolek.blogspot.it/ ||
|-
| Interesting Links || http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new ||
|-
| Chris Ross Gill Scripts Site || http://reb4.me/ ||
|-
| Dobeash Software || http://dobeash.com/files/munge.r || House of Munge.r Data Management and many other great software by Ashley
|-
| REBOL4Cobol Programmers || http://cobolrebol.com/pages/rebol-for-cobol-programmers/rfcp-occurs.html || Great Site with tons of scripts
|-
 
|}
 
== Wiki Pages ==
[[Projects/text-table.red|Text-Table]]
 
[[Red_Foundations | (Playing with Red Bricks, Blocks)]]
 
[[Projects/text-table.red | Text-Table]]
 
[[Main_Page/Power_Words | (POWER WORDS: List of the moost powerful RED words to inspect and debut the RED and your code)]]
 
[[NotePad | (Links to be examined, notepad of the administrator)]]
 
[[Main_Page/RED_By_Topics | (Collection of Articles/Threads By Topic)]]
 
[[What_When | (What happens When)]]
 
[[RED_Internals | (RED_Internals)]]
 
[[Source_Navigator | (Navigating into RED Source)]]
 
[[Red_Databases | (Using red blocks as data tables)]]
 
[[Words_Relativeness | (Words and their values in contexts)]]

Revision as of 22:34, 5 January 2020

"...Words have meaning and their meaning is relative to the context..."


THIS WIKI WILL BE READ ONLY FOR SOME TIME WHILE STRUCTURING IT

Welcome to the Programming RED wiki page.

RED is an advanced programming language born from REBOL. It is a full stack programming language.

The Author, Nenad Rakocevic started the project long before the source of REBOL3 has been releases. Both language share one common principle: be coincise. In RED and REBOL you can do in one like of code what in other languages needs many more lines. A 50 lines of program could be 2/4 lines in RED/REBOL.

Also you do not need 50 GB of HD space to start programming: 1MB of drive space and a text editor are enough.

While REBOL is now open source, RED has totally a different source. It has been coded from scratch. It maintains compatibility with REBOL2 (90% of the code) bit it is different. REBOL is interpreted, while RED is either compiled or interpreted.

Learn more at RED main page:

RED HQ Homepage

REBOL Resources are vital part of RED and there is still more documentation for REBOL than RED, so feel free to read from REBOL pages and apply your knowledge to RED.

RED Main Pages

Site Name Site Url Description
Red Main Site http://www.red-lang.org The main site of RED Language
Red Official Documentation http://doc.red-lang.org/ Documentation Repository, Work in Progress
Red Wiki https://github.com/red/red/wiki Red Wiki on GITHUB
Red Language Specification https://github.com/meijeru/red.specs-public Specification of Red Langauge
Red/System Specification http://static.red-lang.org/red-system-specs.html Specification of Red/System Langauge
Red/System BNF Grammar http://static.red-lang.org/A_BNF_grammar_of_Red_System.pdf (PDF)
Red Parse Documentation http://www.red-lang.org/2013/11/041-introducing-parse.html Documentation on RED Parsing
Red Source Source Red source code (Yes, it is Open Source!)


Discussion Places:

Site Name Site Url Description
Gitter Chat: MAIN Branch [https://gitter.im/red/red
Gitter Chat: GUI Branch https://gitter.im/red/red/gui-branch
Gitter Chat: Docs https://gitter.im/red/docs
Gitter Chat: Code https://gitter.im/red/red/code
Gitter Chat: RED/System https://gitter.im/red/red/system
Gitter Chat: Welcome Page https://gitter.im/red/red/welcome
Gitter Chat: Help https://gitter.im/red/help
Gitter Chat: France Language https://gitter.im/red/red/France
Twitter https://twitter.com/red_lang


Related:

Site Name Site Url Description
REBOL Forum https://www.rebolforum.com/index.cgi One of the most active REBOL Forus... written in REBOL
Red By Example http://www.red-by-example.org/ An accessible reference by example
Helpin Red http://helpin.red/ Help, tutorials, and examples
My Code For Fun http://www.mycode4fun.co.uk/About-Red-Programming RED/REBOL blog
REB4Me http://reb4.me/ WebSite Dedicated to REBOL by Christopher Ross-Gill

Nenad Words:

https://www.quora.com/Why-did-the-Red-language-fork-Rebol ! Why RED started

Main REBOL Pages

Site Name Site Url Description
REBOL Main Site http://www.rebol.com The main site of REBOL Tech, the start of everything
REBOL developers Site http://www.rebol.org Site full of develper's script and documentation
Rebol Devevopers Network http://www.rebol.net Home of Carl's REBOL BLOG
A REBOL Seite http://www.rebol.info

RED, REBOL and other languages of the same Family

Header text Header text Header text
REBOL3 Main http://www.rebol.com https://github.com/rebol/rebol REBOL Main Pages
REN-C https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch REN-C REBOL Reboot
REBOL3 from Atronix Source https://www.atronixengineering.com/ REBOL3 Version from Atronix
REBOL3 from Sapphirion http://development.saphirion.com/ REBOL3 Version from Sapphirion
Differences http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches Different Branches Differences
REBOL/RED/REN/C Differences https://stackoverflow.com/questions/39409053/whats-the-difference-between-rebol3-and-rebol2-and-red-lang?rq=1 Differences between the languages
REN-C Trello https://trello.com/b/l385BE7a
Article on the status of REBOL https://www.reddit.com/r/rebol/comments/4br0pr/current_status_of_rebol/ Which is the current status of REBOL ?
Source Code http://rebolsource.net/ Source Code and compiled versions
R3N https://github.com/r3n R3N Open Source Rebol community regrouping to the next generation
TOPAZ http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/
WORLD http://www.world-lang.org/
Red Development Project Documentation https://github.com/reddoc/develop/wiki
WORLD http://www.rebol.org/aga-display-posts.r?post=r3wp854x0 World Programming Language

Books and Guides:

Header text Books Header text
Red book https://www.packtpub.com/application-development/learn-red-%E2%80%93-fundamentals-red Learn Red, Fundamentals of Red
A REBOL Guide http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide Rebol, a programmers guide
REBOL Book https://en.wikibooks.org/wiki/Rebol_programming Rebol Book on Wikibook
REBOL Guide http://business-programming.com/business_programming.html By Nick Antonaccio
REBOL Guide http://learnrebol.com/rebol3_book.html By Nick Antonaccio
REBOL Guide http://easiestprogramminglanguage.com/easiest_programming_language.html By Nick Antonaccio
REBOL Video http://musiclessonz.com/rebol_video_links.html By Nick Antonaccio

REBOL GUI Systems

Header text Header text Header text
Notes on REBOL View http://www.codeconscious.com/rebol/view-notes.html
R3GUI Demo script https://github.com/gchiu/Rebol3/blob/master/scripts/demo.r3 unknow if compatible to Carl or sapphirion version
REBGUI, Original Version, design guide http://www.dobeash.com/RebGUI/design-guide.html
REBGUI Original Version http://www.dobeash.com/rebgui.html
REBOL View, image datatype http://www.rebol.com/docs/image.html
REBOL Draw Dialect Reference http://www.rebol.com/docs/draw-ref.html
Changes to R3Gui https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp Not up to date
Saphirion R3 Examples http://re-bol.com/examples.r3
Learn Rebol Tutorial http://re-bol.com/rebol.html By Nick Antonaccio
Test GUI for R3 http://www.colineau.fr/rebol/r3-gui.html
OLD R3 User Guide http://www.rebol.com/r3/docs/gui/guide.html 2010 By Carl
R3 Gui Test Script http://www.rebol.com/r3/demo.r
GUI Example Text file browser https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser
R3 GUI Docs http://www.rebol.com/r3/docs/gui/gui.html Newer Docs
R3 Documentation https://web.archive.org/web/20180410065304/http://www.r3gui.com/ Various Format (WayBack Machine)
http://r3-gui.4answered.com/questions/section/28769/1
R3 GUI Panels and Layouts http://www.rebol.com/r3/docs/gui/panels.html
R3 GUI Goals http://www.colellachiara.com/soft/Misc/r3-gui.html Ancient 2006 Document
R3 Gui Spahirion Announce https://groups.google.com/forum/#!topic/rebol/eS2HWgu4Bcs
AlteME R3 GUI Thread http://www.rebol.info/altme/198/r3-gui/1283
http://ebanshi.cc/questions/1761694/rebol-3-r3-gui-how-to-access-text-from-an-area
http://rebol.informe.com/wiki/view/Text-table
R3 GUI Demo Porting https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system
REBOL2 Auto Resize Extension https://github.com/dockimbel/auto-resize
http://www.4answered.com/questions/view/1b393dd/Text-and-caret-in-VID-or-R3-Gui
http://phoneask.cc/questions/870759/text-and-caret-in-vid-or-r3-gui
Vid Extension KIT http://hmkdesign.dk/project.rsp?id=vid-ext-kit&page=info One of the best GUI Kit created for REBOL2
REBGUI Chat on REBOL3 World http://www.rebol.net/altweb/rebol3/chat303.html
REBGUI Main Page http://www.dobeash.com/rebgui.html#
GLayout http://www.rebol.org/view-script.r?script=glayout.r Another GUI Kit for REBOL2

Rebol and Databases:

Header text Header text Header text
SQLLite - REBOL2 http://www.dobeash.com/sqlite.html
ODBC, REBOL3 https://github.com/gurzgri/r3/tree/odbc
SQLLite from ROSS-GIL http://reb4.me/r/sqlite
Munge 2.x http://www.dobeash.com/munge.html
MUNGE 3 http://dobeash.com/files/munge3.html The best way to ACCESS SQL, Access/Interact and Excel projects.
REBDB http://www.dobeash.com/rebdb.html
REBOL STORAGE Manager http://www.dobeash.com/rebsm.html

Code Repositories

Header text Header text Header text
REBOL Oneliners http://www.rebol.com/oneliners.html Complete functional scripts in one line of code


Discussion Places

Header text Header text Header text
ML on REBOL Documentation Project http://www.rebol.org/ml-display-message.r?m=rmlLVVC
CARL GUI and SAPH GUI http://chat.stackoverflow.com/transcript/291/2013/5/27/2-24
How to Document REBOL Dialects http://stackoverflow.com/questions/34386719/documenting-rebols-dialect
REBOL DP Mio Mex http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=31Jan2008135602330169100
REBOL DOC Project - CARL - http://www.rebol.com/article/0150.html
Saphirion R3 Gui https://github.com/saphirion/r3-gui
ON R3 GUI http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100
SAPH R3GUI and editable styled text http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text
Interesting Thread http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100
Ren/C Stack Overflow https://chat.stackoverflow.com/rooms/291/rebol Ren/C is Hostile Fork Rebol3 version. This is the chat where the main actors is the develolper of the fork.

Other Interesting Links

Header text Header text Header text
Excel Dialect https://www.robertmuench.ch/development/projects/excel/dialect_documentation/
Ross-Gil Main Page http://ross-gill.com/page/Start
OLD Wiki Projects List https://github.com/revault/rebol-wiki/wiki/R2-projects
R3 Baazar Branch https://github.com/angerangel/r3bazaar/wiki/Source-explained
Max Vessi Portal https://github.com/angerangel/r3bazaar
An R3 Source Mirror https://github.com/rebolsource/r3
RED Author Main Site http://softinnov.org/
Reddit Collection of Tutorial and Videos https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/
REBOL France http://www.rebol-france.org/ (France has a great History of REBOL Programmers)
From REBOL2 a 3 http://www.codeconscious.com/rebol/r2-to-r3.html
Chris Ross Gill WebSite http://ross-gill.com/
A REBOL2 BLog http://rebol2.blogspot.it/
REBOLEK Blog http://rebolek.blogspot.it/
Interesting Links http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new
Chris Ross Gill Scripts Site http://reb4.me/
Dobeash Software http://dobeash.com/ House of Munge.r Data Management and many other great software by Ashley
REBOL4Cobol Programmers http://cobolrebol.com/pages/rebol-for-cobol-programmers/rfcp-occurs.html Great Site with tons of scripts

Wiki Pages

(Playing with Red Bricks, Blocks)

Text-Table

(POWER WORDS: List of the moost powerful RED words to inspect and debut the RED and your code)

(Links to be examined, notepad of the administrator)

(Collection of Articles/Threads By Topic)

(What happens When)

(RED_Internals)

(Navigating into RED Source)

(Using red blocks as data tables)

(Words and their values in contexts)