Main Page: Difference between revisions

From Programming in RED
Content added Content deleted
No edit summary
(29 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Welcome to the '''Programming RED''' wiki page. ==
== Welcome to the '''Programming RED''' wiki page. ==


RED is an advanced programming language born from REBOL. It is a FULL STACK programming language.
'''<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.


The Author, '''<big>Nenad Rakocevi</big>''' c started the project long before the source of REBOL3 has been release.
The Author, '''<big>Nenad Rakocevic</big>''' 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 a a 2/4 lines in RED/REBOL.
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.
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 not.
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:
Learn more at RED main page:
Line 18: Line 18:
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.
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 ===
=== RED Main Pages ===


{| class="wikitable"
{| class="wikitable"
Line 24: Line 24:
! Site Name !! Site Url !! Description
! Site Name !! Site Url !! Description
|-
|-
| RED http://www.red-lang.org || http://www.rebol.com || The main site of RED Language
| 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 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 || http://static.red-lang.org/red-system-specs.html || Specification of RED Langauge
| RED/System Specification || http://static.red-lang.org/red-system-specs.html || Specification of RED/System Langauge
|-
|-
| RED BNF Grammar || http://static.red-lang.org/A_BNF_grammar_of_Red_System.pdf || (PDF)
| 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 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 || [https://github.com/red/red Source] || Red source code (Yes, it is Open Source!)
|}
|}


Line 43: Line 45:
! Site Name !! Site Url !! Description
! Site Name !! Site Url !! Description
|-
|-
| Official Announce || https://forums.freebsd.org/threads/45350/ ||
| Gitter Chat: MAIN Branch || [https://gitter.im/red/red ||
|-
| Gitter Chat: MAIN Branch || [https://gitter.im/red/red ||]
|-
|-
| Gitter Chat: GUI Branch || https://gitter.im/red/red/gui-branch ||
| Gitter Chat: GUI Branch || https://gitter.im/red/red/gui-branch ||
|-
|-
| Gitter Chat: Docs || https://gitter.im/red/docs ||
| || ||
|-
|-
| Blog About RED || http://redlanguageblog.blogspot.nl/ ||
| 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 57: Line 67:
|}
|}



=== Main REBOL Pages ===
===== Related: =====


{| class="wikitable"
{| class="wikitable"
Line 63: Line 74:
! Site Name !! Site Url !! Description
! Site Name !! Site Url !! Description
|-
|-
| REBOL Main Site || http://www.rebol.com || The main site of REBOL Tech, the start of everything
| REBOL Forum || https://www.rebolforum.com/index.cgi || One of the most active REBOL Forus... written in REBOL
|-
|-
| || ||
| 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 ||
| || ||
|-
|-
| Example || Example || Example
| || ||
|-
| || ||
|-
| || ||
|-
| || ||
|-
| || ||
|-
|-
|}
|}




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

|-
http://top10lists.in/top-10-websites-software-freedom-day-2011-topa.html?ytid=xBJHMkN9qJ4&lvl=5&qs=Top+10+Websites
| REBOL Main Site || http://www.rebol.com || The main site of REBOL Tech, the start of everything

|-
WORLD
| 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 ==
== RED, REBOL and other languages of the same Family ==
Line 98: Line 125:
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
|-
|-
| REBOL3 da Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
| REBOL3 from Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
|-
|-
| REBOL3 da Sapphirion || http://development.saphirion.com/ || REBOL3 Version from Sapphirion
| REBOL3 from Sapphirion || http://development.saphirion.com/ || REBOL3 Version from Sapphirion
|-
|-
| Differenze fra le varie parti || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Example
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different Branches Differences
|-
|-
| REN-C Trello || https://trello.com/b/l385BE7a || Example
| 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/ || Example
| 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 ?
|-
|-
| Example || http://rebolsource.net/ || Example
| Source Code || http://rebolsource.net/ || Source Code and compiled versions
|-
|-
| || https://github.com/r3n ||
| 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.rebol.org/aga-display-posts.r?post=r3wp854x0 || World Programming Language
|-
|-
| WORLD || http://www.world-lang.org/ ||
| TOPAZ || http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/ || Example
|-
|-
| Red Development Project Documentation || https://github.com/reddoc/develop/wiki ||
| WORLD || http://www.world-lang.org/ || Example
|-
| WORLD || http://www.rebol.org/aga-display-posts.r?post=r3wp854x0 || World Programming Language
|-
|-
|Red Development Project Documentation || https://github.com/reddoc/develop/wiki ||
|}
|}


== Books: ==
== Books and Guides: ==


{| class="wikitable"
{| class="wikitable"
Line 127: Line 155:
! Header text !! Books !! Header text
! 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
| Example || http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide.pdf?attredirects=0&d=1 || Example
|-
| Example || https://en.wikibooks.org/wiki/Rebol_programming || Example
|-
|-
| A REBOL Guide || http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide.pdf?attredirects=0&d=1 || Rebol, a programmers guide
| Example || http://business-programming.com/business_programming.html || Example
|-
|-
| REBOL Book || https://en.wikibooks.org/wiki/Rebol_programming || Rebol Book on Wikibook
| Example || http://learnrebol.com/rebol3_book.html || Example
|-
|-
| Example || http://easiestprogramminglanguage.com/easiest_programming_language.html || Example
| REBOL Guide || http://business-programming.com/business_programming.html || By Nick Antonaccio
|-
|-
| Example || http://musiclessonz.com/rebol_video_links.html || Example
| REBOL Guide || http://learnrebol.com/rebol3_book.html || By Nick Antonaccio
|-
|-
| REBOL Guide || http://easiestprogramminglanguage.com/easiest_programming_language.html || By Nick Antonaccio
| Example || Example || Example
|-
|-
| REBOL Video || http://musiclessonz.com/rebol_video_links.html || By Nick Antonaccio
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
|}


Line 156: Line 176:
! Header text !! Header text !! Header text
! Header text !! Header text !! Header text
|-
|-
| Notes on REBOL View || http://www.codeconscious.com/rebol/view-notes.html || Example
| 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
| 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 || Example
| REBGUI, Original Version, design guide || http://www.dobeash.com/RebGUI/design-guide.html ||
|-
|-
| REBGUI Original Version || http://www.dobeash.com/rebgui.html || Example
| REBGUI Original Version || http://www.dobeash.com/rebgui.html ||
|-
|-
| REBOL View, image datatype || http://www.rebol.com/docs/image.html || Example
| REBOL View, image datatype || http://www.rebol.com/docs/image.html ||
|-
|-
| REBOL Draw Dialect Reference || http://www.rebol.com/docs/draw-ref.html || Example
| REBOL Draw Dialect Reference || http://www.rebol.com/docs/draw-ref.html ||
|-
|-
| REBGUI Chat on REBOL3 World || http://www.rebol.net/altweb/rebol3/chat303.html || Example
| REBGUI Chat on REBOL3 World || http://www.rebol.net/altweb/rebol3/chat303.html ||
|-
|-
| REBGUI Main Page || http://www.dobeash.com/rebgui.html# || Example
| REBGUI Main Page || http://www.dobeash.com/rebgui.html# ||
|-
|-
| Example || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp
| || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp||
|| Example
|-
|-
| || http://re-bol.com/examples.r3 ||
| Example || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp || Example
|-
|-
| Example || http://re-bol.com/examples.r3 || Example
| || http://re-bol.com/rebol.html ||
|-
|-
| Example || http://re-bol.com/rebol.html || Example
| || http://www.colineau.fr/rebol/r3-gui.html ||
|-
|-
| Example || http://www.colineau.fr/rebol/r3-gui.html || Example
| || http://www.rebol.com/r3/docs/gui/guide.html ||
|-
|-
| Example || http://www.rebol.com/r3/docs/gui/guide.html || Example
| || http://www.rebol.com/r3/demo.r ||
|-
|-
| || https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser ||
| Example || http://www.rebol.com/r3/demo.r || Example
|-
|-
| || http://www.rebol.com/r3/docs/gui/gui.html ||
| Example || https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser || Example
|-
|-
| Example || http://www.rebol.com/r3/docs/gui/gui.html || Example
| || http://www.r3gui.com/ ||
|-
|-
| Example || http://www.r3gui.com/ || Example
| || http://r3-gui.4answered.com/questions/section/28769/1 ||
|-
|-
| Example || http://r3-gui.4answered.com/questions/section/28769/1 || Example
| || http://www.rebol.com/r3/docs/gui/panels.html ||
|-
|-
| Example || http://www.rebol.com/r3/docs/gui/panels.html || Example
| || http://www.colellachiara.com/soft/Misc/r3-gui.html ||
|-
|-
| Example || http://www.colellachiara.com/soft/Misc/r3-gui.html || Example
| || http://www.4answered.com/questions/view/1b393dd/Text-and-caret-in-VID-or-R3-Gui ||
|-
|-
| Example || http://www.4answered.com/questions/view/1b393dd/Text-and-caret-in-VID-or-R3-Gui || Example
| || http://phoneask.cc/questions/870759/text-and-caret-in-vid-or-r3-gui ||
|-
|-
| || http://www.r3gui.com/docs/developer/layouts/layouts.html||
| Example || http://phoneask.cc/questions/870759/text-and-caret-in-vid-or-r3-gui || Example
|-
|-
| Example || http://www.r3gui.com/docs/developer/layouts/layouts.html|| Example
| || https://groups.google.com/forum/#!topic/rebol/eS2HWgu4Bcs ||
|-
|-
| Example || https://groups.google.com/forum/#!topic/rebol/eS2HWgu4Bcs || Example
| || http://www.rebol.info/altme/198/r3-gui/1283 ||
|-
|-
| Example || http://www.rebol.info/altme/198/r3-gui/1283 || Example
| || http://ebanshi.cc/questions/1761694/rebol-3-r3-gui-how-to-access-text-from-an-area ||
|-
|-
| || http://rebol.informe.com/wiki/view/Text-table ||
| Example || http://ebanshi.cc/questions/1761694/rebol-3-r3-gui-how-to-access-text-from-an-area || Example
|-
|-
| || https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system ||
| Example || http://rebol.informe.com/wiki/view/Text-table || Example
|-
|-
| REBOL2 Auto Resize Extension || https://github.com/dockimbel/auto-resize ||
| Example || https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system || Example
|-
|-
| REBOL2 Auto Resize Extension || https://github.com/dockimbel/auto-resize || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
|}

==== Interesting Links ====

http://www.r3gui.com/docs/network/Writing_a_Network_Scheme.html

http://rebol.informe.com/portal.html




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


Line 267: Line 266:
! Header text !! Header text !! Header text
! Header text !! Header text !! Header text
|-
|-
| ML on REBOL Documentation Project || http://www.rebol.org/ml-display-message.r?m=rmlLVVC || Example
| 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 || Example
| 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 || Example
| 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 || Example
| 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 || Example
| REBOL DOC Project - CARL - || http://www.rebol.com/article/0150.html ||
|-
|-
| Example || https://github.com/saphirion/r3-gui
| Saphirion R3 Gui || https://github.com/saphirion/r3-gui||
|| Example
|-
|-
| ON R3 GUI || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 || Example
| 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 || Example
| SAPH R3GUI and editable styled text || http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text ||
|-
|-
| Thread da studiare || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 || Example
| Interesting Thread || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 ||
|}
|}


Line 293: Line 291:
! Header text !! Header text !! Header text
! Header text !! Header text !! Header text
|-
|-
| Excel Dialect || https://www.robertmuench.ch/development/projects/excel/dialect_documentation/ || Example
| Excel Dialect || https://www.robertmuench.ch/development/projects/excel/dialect_documentation/ ||
|-
|-
| Ross-Gil Main Page || http://ross-gill.com/page/Start || Example
| Ross-Gil Main Page || http://ross-gill.com/page/Start ||
|-
|-
| OLD Wiki Projects List || https://github.com/revault/rebol-wiki/wiki/R2-projects || Example
| OLD Wiki Projects List || https://github.com/revault/rebol-wiki/wiki/R2-projects ||
|-
|-
| R3 Baazar Branch || https://github.com/angerangel/r3bazaar/wiki/Source-explained || Example
| R3 Baazar Branch || https://github.com/angerangel/r3bazaar/wiki/Source-explained ||
|-
|-
| Max Vessi Portal || https://github.com/angerangel/r3bazaar || Example
| Max Vessi Portal || https://github.com/angerangel/r3bazaar ||
|-
|-
| Example || https://github.com/rebolsource/r3 || Example
| || https://github.com/rebolsource/r3 ||
|-
|-
| Example || http://softinnov.org/ || Example
| || http://softinnov.org/ ||
|-
|-
| Example || https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/ || Example
| || https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/ ||
|-
|-
| Example || http://www.rebol-france.org/ || Example
| || http://www.rebol-france.org/ ||
|-
|-
| Da REBOL2 a 3 || http://www.codeconscious.com/rebol/r2-to-r3.html || Example
| From REBOL2 a 3 || http://www.codeconscious.com/rebol/r2-to-r3.html ||
|-
|-
| Example || http://ross-gill.com/ || Example
| || http://ross-gill.com/ ||
|-
|-
| Example || http://rebol2.blogspot.it/ || Example
| || http://rebol2.blogspot.it/ ||
|-
|-
| Example || http://rebolek.blogspot.it/ || Example
| || http://rebolek.blogspot.it/ ||
|-
|-
| Link Interessanti || http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new || Example
| Interesting Links || http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new ||
|-
|-
| Example || http://reb4.me/ || Example
| || http://reb4.me/ ||
|-
|-
| Example || http://dobeash.com/files/munge.r || Example
| || http://dobeash.com/files/munge.r ||
|-
|-

| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
|}

[[Projects/text-table.red|Text-Table]]

Revision as of 08:49, 25 May 2018


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


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
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.pdf?attredirects=0&d=1 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
REBGUI Chat on REBOL3 World http://www.rebol.net/altweb/rebol3/chat303.html
REBGUI Main Page http://www.dobeash.com/rebgui.html#
https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp
http://re-bol.com/examples.r3
http://re-bol.com/rebol.html
http://www.colineau.fr/rebol/r3-gui.html
http://www.rebol.com/r3/docs/gui/guide.html
http://www.rebol.com/r3/demo.r
https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser
http://www.rebol.com/r3/docs/gui/gui.html
http://www.r3gui.com/
http://r3-gui.4answered.com/questions/section/28769/1
http://www.rebol.com/r3/docs/gui/panels.html
http://www.colellachiara.com/soft/Misc/r3-gui.html
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
http://www.r3gui.com/docs/developer/layouts/layouts.html
https://groups.google.com/forum/#!topic/rebol/eS2HWgu4Bcs
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
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

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


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

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
https://github.com/rebolsource/r3
http://softinnov.org/
https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/
http://www.rebol-france.org/
From REBOL2 a 3 http://www.codeconscious.com/rebol/r2-to-r3.html
http://ross-gill.com/
http://rebol2.blogspot.it/
http://rebolek.blogspot.it/
Interesting Links http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new
http://reb4.me/
http://dobeash.com/files/munge.r

Text-Table