Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

Main Page: Difference between revisions

3,350 bytes removed ,  4 years ago
m
No edit summary
(81 intermediate revisions by 6 users not shown)
Line 1:
__NOTOC__
 
Welcome to the '''Programming RED''' wiki page.
 
<big>'''THIS WIKI WILL BE READ ONLY FOR SOME TIME WHILE STRUCTURING IT'''</big>
RED is an advanced programming language born from REBOL.
 
== Welcome to the '''Programming RED''' wiki page. ==
Both 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.
 
'''<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 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 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 noteither compiled or interpreted.
 
Learn more at RED main page:
Line 17 ⟶ 20:
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 || 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!)
 
 
|}
 
== 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 ||
|-
| || ||
|-
|}
 
 
== 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
|-
| || ||
|-
| || ||
|-
| || ||
|-
| || ||
|-
|}
 
== Nenad Words: ==
 
https://www.quora.com/Why-did-the-Red-language-fork-Rebol ! Why RED started
 
== Main REBOL Pages ==
 
{| class="wikitable"
Line 29 ⟶ 117:
|-
| A REBOL Seite || http://www.rebol.info ||
|-
| Example || Example || Example
|-
|}
 
== RED, REBOL and other languages of the same Family ==
Attualmente REBOL ha diversi fronti di Sviluppo:
 
{| class="wikitable"
Line 44 ⟶ 130:
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
|-
| REBOL3 dafrom Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
|-
| REBOL3 dafrom Sapphirion || http://development.saphirion.com/ || REBOL3 Version from Sapphirion
|-
| Differenze fra le varie partiDifferences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || ExampleDifferent 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 || 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.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
|-
|Red Development Project Documentation || https://github.com/reddoc/develop/wiki ||
|}
 
== Books and Guides: ==
 
{| class="wikitable"
Line 67 ⟶ 162:
! 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
|-
| A REBOL Guide || http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide || Rebol, a programmers guide
| Example || https://en.wikibooks.org/wiki/Rebol_programming || Example
|-
| REBOL Book || https://en.wikibooks.org/wiki/Rebol_programming || Rebol Book on Wikibook
| Example || http://business-programming.com/business_programming.html || Example
|-
| ExampleREBOL Guide || http://learnrebolbusiness-programming.com/rebol3_bookbusiness_programming.html || ExampleBy Nick Antonaccio
|-
| ExampleREBOL Guide || http://easiestprogramminglanguagelearnrebol.com/easiest_programming_languagerebol3_book.html || ExampleBy Nick Antonaccio
|-
| ExampleREBOL Guide || http://musiclessonzeasiestprogramminglanguage.com/rebol_video_linkseasiest_programming_language.html || Example By Nick Antonaccio
|-
| REBOL Video || http://musiclessonz.com/rebol_video_links.html || By Nick Antonaccio
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
Line 96 ⟶ 183:
! Header text !! Header text !! Header text
|-
| Notes on REBOL View || http://www.codeconscious.com/rebol/view-notes.html || Example
|-
| 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 || http://www.dobeash.com/rebgui.html || Example
|-
| REBOL View, image datatype || http://www.rebol.com/docs/image.html || Example
|-
| REBOL Draw Dialect Reference || http://www.rebol.com/docs/draw-ref.html || Example
|-
| 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 || Example
|-
| REBGUISaphirion MainR3 PageExamples || http://www.dobeashre-bol.com/rebguiexamples.html#r3 || Example
|-
| Learn Rebol Tutorial || http://re-bol.com/rebol.html || By Nick Antonaccio
| Example || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp
|| Example
|-
| Test GUI for R3 || http://www.colineau.fr/rebol/r3-gui.html ||
| Example || https://github.com/saphirion/r3-gui/blob/master/release/r3-gui-changes.mdp || Example
|-
| ExampleOLD R3 User Guide || http://re-bolwww.rebol.com/examples.r3/docs/gui/guide.html || Example2010 By Carl
|-
| ExampleR3 Gui Test Script || http://re-bolwww.rebol.com/rebolr3/demo.htmlr || Example
|-
| GUI Example Text file browser || httphttps://wwwgithub.colineau.frcom/revault/rebol-wiki/r3wiki/GUI-gui.htmlExample---Text-file-browser || Example
|-
| ExampleR3 GUI Docs || http://www.rebol.com/r3/docs/gui/guidegui.html || ExampleNewer Docs
|-
| R3 Documentation || https://web.archive.org/web/20180410065304/http://www.r3gui.com/|| Various Format (WayBack Machine)
| Example || http://www.rebol.com/r3/demo.r || Example
|-
| || http://r3-gui.4answered.com/questions/section/28769/1 ||
| Example || https://github.com/revault/rebol-wiki/wiki/GUI-Example---Text-file-browser || Example
|-
| ExampleR3 GUI Panels and Layouts || http://www.rebol.com/r3/docs/gui/guipanels.html || Example
|-
| ExampleR3 GUI Goals || http://www.r3guicolellachiara.com/soft/Misc/r3-gui.html || ExampleAncient 2006 Document
|-
| ExampleR3 Gui Spahirion Announce || httphttps://r3-guigroups.4answeredgoogle.com/questionsforum/section#!topic/28769rebol/1eS2HWgu4Bcs || Example
|-
| ExampleAlteME R3 GUI Thread || http://www.rebol.cominfo/r3altme/docs198/r3-gui/panels.html1283 || Example
|-
| Example || http://wwwebanshi.colellachiara.comcc/softquestions/Misc1761694/rebol-3-r3-gui.html-how-to-access-text-from-an-area || Example
|-
| Example || http://wwwrebol.4answeredinforme.com/questionswiki/view/1b393dd/Text-and-caret-in-VID-or-R3-Guitable || Example
|-
| ExampleR3 GUI Demo Porting || httphttps://phoneasktrello.cccom/questionsc/8707596StLvDwl/text44-andport-caretthe-inr3gui-viddemo-orfrom-r3carl-to-curent-gui-system || Example
|-
| REBOL2 Auto Resize Extension || https://github.com/dockimbel/auto-resize ||
| Example || http://www.r3gui.com/docs/developer/layouts/layouts.html|| Example
|-
| || http://www.4answered.com/questions/view/1b393dd/Text-and-caret-in-VID-or-R3-Gui ||
| Example || https://groups.google.com/forum/#!topic/rebol/eS2HWgu4Bcs || Example
|-
| Example || http://wwwphoneask.rebol.infocc/altmequestions/198870759/text-and-caret-in-vid-or-r3-gui/1283 || Example
|-
| Vid Extension KIT || http://hmkdesign.dk/project.rsp?id=vid-ext-kit&page=info || One of the best GUI Kit created for REBOL2
| Example || http://ebanshi.cc/questions/1761694/rebol-3-r3-gui-how-to-access-text-from-an-area || Example
|-
| ExampleREBGUI Chat on REBOL3 World || http://www.rebol.informe.comnet/wikialtweb/viewrebol3/Text-tablechat303.html || Example
|-
| REBGUI Main Page || http://www.dobeash.com/rebgui.html# ||
| Example || https://trello.com/c/6StLvDwl/44-port-the-r3gui-demo-from-carl-to-curent-gui-system || Example
|-
| GLayout || http://www.rebol.org/view-script.r?script=glayout.r || Another GUI Kit for REBOL2
| REBOL2 Auto Resize Extension || https://github.com/dockimbel/auto-resize || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
== Rebol and Databases: ==
 
 
http://www.r3gui.com/docs/network/Writing_a_Network_Scheme.html
 
http://rebol.informe.com/portal.html
 
 
 
Rebol and Databases:
 
{| class="wikitable"
Line 180 ⟶ 251:
! Header text !! Header text !! Header text
|-
| SQLLite - REBOL2 || http://www.dobeash.com/sqlite.html || Example
|-
| ODBC, REBOL3 || https://github.com/gurzgri/r3/tree/odbc || Example
|-
| SQLLite from ROSS-GIL || http://reb4.me/r/sqlite || Example
|-
| Munge 2.x || http://www.dobeash.com/munge.html || Example
|-
| MUNGE3MUNGE 3 || http://dobeash.com/files/munge3.html || ExampleThe best way to ACCESS SQL, Access/Interact and Excel projects.
|-
| REBDB || http://www.dobeash.com/rebdb.html || Example
|-
| REBOL STORAGE Manager || http://www.dobeash.com/rebsm.html || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
== Code Repositories ==
 
Discussioni
 
 
{| class="wikitable"
Line 207 ⟶ 273:
! Header text !! Header text !! Header text
|-
| ML on REBOL Documentation ProjectOneliners || http://www.rebol.orgcom/ml-display-messageoneliners.r?m=rmlLVVChtml || ExampleComplete functional scripts in one line of code
|-
| CARL GUI and SAPH GUI || http://chat.stackoverflow.com/transcript/291/2013/5/27/2-24 || Example
|-
| How to Document REBOL Dialects || http://stackoverflow.com/questions/34386719/documenting-rebols-dialect || Example
|-
| REBOL DP Mio Mex || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=31Jan2008135602330169100 || Example
|-
| REBOL DOC Project - CARL - || http://www.rebol.com/article/0150.html || Example
|-
| Example || https://github.com/saphirion/r3-gui
|| Example
|-
| ON R3 GUI || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 || Example
|-
| SAPH R3GUI and editable styled text || http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text || Example
|-
| Thread da studiare || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 || Example
|}
 
 
 
== Discussion Places ==
 
 
Line 233 ⟶ 285:
! Header text !! Header text !! Header text
|-
| ML on REBOL Documentation Project || http://www.rebol.org/ml-display-message.r?m=rmlLVVC ||
| Excel Dialect || https://www.robertmuench.ch/development/projects/excel/dialect_documentation/ || Example
|-
| Ross-GilCARL MainGUI Pageand SAPH GUI || http://ross-gillchat.stackoverflow.com/pagetranscript/Start291/2013/5/27/2-24 || Example
|-
| How to Document REBOL Dialects || http://stackoverflow.com/questions/34386719/documenting-rebols-dialect ||
| OLD Wiki Projects List || https://github.com/revault/rebol-wiki/wiki/R2-projects || Example
|-
| REBOL DP Mio Mex || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=31Jan2008135602330169100 ||
| R3 Baazar Branch || https://github.com/angerangel/r3bazaar/wiki/Source-explained || Example
|-
| MaxREBOL VessiDOC PortalProject - CARL - || httpshttp://githubwww.rebol.com/angerangelarticle/r3bazaar0150.html || Example
|-
| ExampleSaphirion R3 Gui || https://github.com/rebolsourcesaphirion/r3 -gui|| Example
|-
| ON R3 GUI || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 ||
| Example || http://softinnov.org/ || Example
|-
| SAPH R3GUI and editable styled text || http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text ||
| Example || https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/ || Example
|-
| Interesting Thread || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=4Jan2013212811061615100 ||
| Example || http://www.rebol-france.org/ || Example
|-
| 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.
| Da REBOL2 a 3 || http://www.codeconscious.com/rebol/r2-to-r3.html || Example
|-
|}
| Example || http://ross-gill.com/ || Example
 
== Other Interesting Links ==
 
{| class="wikitable"
|-
! Header text !! Header text !! Header text
| Example || http://rebol2.blogspot.it/ || Example
|-
| Excel Dialect || https://www.robertmuench.ch/development/projects/excel/dialect_documentation/ ||
| Example || http://rebolek.blogspot.it/ || Example
|-
| LinkRoss-Gil InteressantiMain Page || http://rebolforumross-gill.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=newpage/Start || Example
|-
| OLD Wiki Projects List || https://github.com/revault/rebol-wiki/wiki/R2-projects ||
| Example || http://reb4.me/ || Example
|-
| ExampleR3 Baazar Branch || httphttps://dobeashgithub.com/filesangerangel/munge.rr3bazaar/wiki/Source-explained || Example
|-
| Max Vessi Portal || https://github.com/angerangel/r3bazaar ||
| Example || Example || Example
|-
| An R3 Source Mirror || https://github.com/rebolsource/r3 ||
| Example || Example || Example
|-
| RED Author Main Site || http://softinnov.org/ ||
| Example || Example || Example
|-
| Reddit Collection of Tutorial and Videos || https://www.reddit.com/r/rebol/comments/2fcybo/collection_of_rebol_2_tutorial_videos/ ||
| Example || Example || Example
|-
| REBOL France || http://www.rebol-france.org/ || (France has a great History of REBOL Programmers)
| Example || Example || Example
|-
| From REBOL2 a 3 || http://www.codeconscious.com/rebol/r2-to-r3.html ||
| Example || Example || Example
|-
| Chris Ross Gill WebSite || http://ross-gill.com/ ||
| Example || Example || Example
|-
| A REBOL2 BLog || http://rebol2.blogspot.it/ ||
| Example || Example || Example
|-
| REBOLEK Blog || http://rebolek.blogspot.it/ ||
| Example || Example || Example
|}
 
 
 
Examples:
 
 
RED, first full stack language
https://forums.freebsd.org/threads/45350/
https://gitter.im/red/red/gui-branch?at=56435fd4aed85e09393da8b2
https://gitter.im/red/red/gui-branch
 
R3GUI on Raspberry http://www.rebol.info/altme/106/ann-reply/3039
 
http://www.axoneman.com/programmation.html
 
Indagare il fronte francese
Contattare il tizio che ha la copia di RDP
 
 
 
(Creare Riassunto Nick)
 
http://www.vidinfo.org/video/19287665/rebol-3-gui-demo
 
http://rebol.informe.com/blog/tag/rebol3/
 
http://rebdocproj.net/
 
http://rebol.informe.com/blog/tag/rebol3/
 
https://trello.com/b/CcQ4Jdsx/rebol-community-development
 
http://www.itgo.me/a/x3329293356705578988/how-to-cope-with-rebol-events-when-the-layout-is-built-programmatically
 
https://codedump.io/share/FgAP36WGdK2x/1/rebol-gui-on-android-displays-too-small
 
https://github.com/metaeducation/ren-c
 
 
 
https://trello.com/b/CcQ4Jdsx/rebol-community-development
 
http://www.rebol.com/cgi-bin/blog.r?view=0528
 
 
 
 
 
http://rebolweek.blogspot.it/
 
http://rebol.desajn.net/cheatsheet.html
 
http://www.pointillistic.com/open-REBOL/moa/steel/glayout/index.html
 
 
 
 
 
http://ross-gill.com/QM/introduction.html
 
http://stackoverflow.com/questions/3082321/how-to-send-a-http-head-request-with-rebol
 
https://people.apache.org/~jim/NewArchitect/webtech/1999/09/junk/
 
 
 
http://www.rebol-france.org/actualites
 
 
 
http://www.amiworld.it/corsi/rebol/
 
http://www.8inc.com/
 
http:/www.techscribe.com
 
http://www.ityellowpage.com/programming/languages/rebol/
 
http://chat.stackoverflow.com/rooms/291/rebol-and-red
 
http://www.lulu.com/shop/search.ep?type=&keyWords=olivier+auverlot
 
http://www.ityellowpage.com/programming/languages/rebol/
 
 
 
 
https://github.com/saphirion/documentation
 
http://www.maxvessi.net/rebsite/plugin/index.html
 
http://development.saphirion.com/rebol/r3gui/
 
https://www.amazon.com/REBOL-Official-Guide-Book-Package/dp/007212279X
 
http://rigaux.org/language-study/syntax-across-languages-per-language/Rebol.html
 
http://www.math.bas.bg/bantchev/place/rebol.html
 
http://www.lulu.com/shop/olivier-auverlot-and-peter-william-alfred-wood/rebol-a-programmers-guide/ebook/product-17515075.html
 
http://www.codeconscious.com/rebol/
 
 
http://blog.hostilefork.com/rebol-vs-lisp-macros/
 
http://www.msg.ucsf.edu/local/programs/Vega/plugins/rebol.htm
 
http://users.telenet.be/rwmeijer/proglang/rebol.htm
 
http://ross-gill.com/page/JSON_and_REBOL
 
https://www.reddit.com/r/rebol/
 
http://www.maxvessi.net/pmwiki/pmwiki.php?n=Main.GuidaARebol
 
http://wiki.c2.com/?RebolLanguage
 
http://web.syllable.org/pages/index.html
 
https://books.google.it/books?id=qc9qvXhpLA0C&pg=PA139&lpg=PA139&dq=rebol+sites+directory&source=bl&ots=3GpneFGUNb&sig=GHUxvWmaBqs38mE6YkIi-sLitPs&hl=it&sa=X&ved=0ahUKEwjulLnboovSAhVMaRQKHTi4BlUQ6AEIRjAF#v=onepage&q=rebol%20sites%20directory&f=false
 
https://www.quora.com/Why-is-REBOL-not-as-popular-as-Python
 
https://news.ycombinator.com/item?id=4572032
 
http://www.re-bol.com/rebol.html#section-1
 
http://www.mycode4fun.co.uk/home
 
http://www.slideshare.net/crazyaxe/rebol-4652339
 
http://www.digicamsoft.com/cgi-bin/rebelBB.cgi
 
http://www.mycode4fun.co.uk/About-Rebol
 
http://www.drdobbs.com/embedded-systems/the-rebol-scripting-language/184404172
 
http://sprylang.org/
 
http://www.cs.unm.edu/~whip/rebol-unix-shell.html
 
http://www.fredshack.com/docs/rebol.html
 
http://redprogramming.com/Why%20Rebol%20and%20Red.html
 
REBOL, un meraviglioso linguaggio per ottenere molto ed in poco tempo.
 
http://www.maxvessi.net/rebsite/wr/
 
 
https://notamonadtutorial.com/interview-with-nenad-rakocevic-about-red-a-rebol-inspired-programming-language-681133e3fd1c#.76pcusvwu
 
http://softwareengineering.stackexchange.com/questions/289140/would-rebol-or-red-benefit-from-lisp-style-macros
 
 
https://www.cis.upenn.edu/~matuszek/Concise%20Guides/Concise%20Rebol.html
 
Questo portale vuole riunire tutte le risorse attualmente dispobibili in una specie di unica directory.
 
https://en.wikipedia.org/wiki/Rebol
https://en.wikibooks.org/wiki/Rebol_programming
VECCHIA WIKI REBOL
 
https://github.com/revault/rebol-wiki/wiki
https://github.com/revault/rebol-wiki
 
 
https://github.com/saphirion
 
http://curecode.org/rebol3/view-tickets.rsp
 
http://www.rebol.info/altme/
 
R3-GUI
 
http://video.respectech.com:8080/tutorial/r3/index.r3?cgi=7iV0hQDlKcz1CiV+aWVkK+jYEVlnvOJcPpBccgcxl3lg3vO7YtxBNs76zipj3/7fl4ns+sM-
 
http://rebolforum.com/index.cgi?f=printtopic&topicnumber=256&archiveflag=archive
 
http://docplayer.net/10839801-Cross-platform-app-development-with-rebol-3-saphir.html
 
https://raw.githubusercontent.com/angerangel/r3bazaar/master/builds/windows/demo.r
 
https://github.com/search?utf8=%E2%9C%93&q=rebol3&type=Repositories&ref=searchresults
 
https://github.com/search?utf8=%E2%9C%93&q=rebol&type=Repositories&ref=searchresults
 
http://redprogramming.com/Home.html
 
https://github.com/rebolek
 
http://www.red-lang.org/2016/03/060-red-gui-system.html
 
https://github.com/revault
 
http://rebolforum.com/index.cgi
 
http://www.colineau.fr/rebol/
 
http://www.altme.com/
 
 
[http://www.red-lang.org/ RED]
[https://github.com/red/red Source]
 
TOPAZ
 
http://www.rebol.org/aga-display-posts.r?post=r3wp854x0
 
http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/
 
http://top10lists.in/top-10-websites-software-freedom-day-2011-topa.html?ytid=xBJHMkN9qJ4&lvl=5&qs=Top+10+Websites
 
WORLD
http://www.world-lang.org/
 
'''Quick'''
 
 
{| class="wikitable"
|-
| Interesting Links || http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new ||
! Document !! Site !! Note
|-
| Chris Ross Gill Scripts Site || http://reb4.me/ ||
| Example || Example || Example
|-
| Dobeash Software || http://dobeash.com/ || House of Munge.r Data Management and many other great software by Ashley
| Example || https://github.com/saphirion/r3-gui || Example
|-
| REBOL4Cobol Programmers || http://cobolrebol.com/pages/rebol-for-cobol-programmers/rfcp-occurs.html || Great Site with tons of scripts
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
 
== Wiki Pages ==
 
[[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)]]
Links:
 
https://github.com/revault/rebol-wiki/wiki
 
http://redlanguageblog.blogspot.nl/
 
 
 
 
 
http://www.maxvessi.net/rebsite/wr/
 
 
 
 
REBOL:
 
Documenti Vari
 
[https://news.ycombinator.com/item?id=8340635 REBOL IS DEAD]
 
[http://chat.stackoverflow.com/transcript/291?m=29556098#29556098 Carl on REBOL4]
 
https://lampjr.wordpress.com/2012/03/04/rebol-boron-red-topaz-world-action-fills-void-while-rebolverse-awaits-r3/
 
https://www.reddit.com/r/programming/comments/3od3mz/the_dramatic_simplicity_and_productivity_of_rebol/
 
[http://www.rebol.org/view-script.r?script=date-time.r Gestione Date]
 
RED:
 
[https://gitter.im/red/red RED su Gitter]
 
 
 
http://www.cobolrebol.com/pages/documentation/FixedAndCSVFiles.html
 
http://chat.stackoverflow.com/transcript/message/29358533#29358533
 
http://giuliolunati.altervista.org/r3.html
 
http://ameridroid.com/products/owen-walking-robot-kit
 
https://trello.com/b/zt7KvVSl/rebol-parse-project-the-trello
 
http://re-bol.com/jslinb
 
https://github.com/zsx/c2r3/blob/master/demos/libtcc/helloworld.reb
 
http://youtu.be/5xjky_Ox1l4
 
https://www.youtube.com/watch?v=6yrDNluQSwo http://re-bol.com/jsLinb-sigma-tutorial.zip
 
https://www.prolific.com/qwiki.cgi?mode=previewSynd&uuid=M1HE4W513J88EAL9D2CT4A2SK6QT
 
http://rebol.desajn.net/highlight/demo/
 
https://github.com/isagalaev/highlight.js/pull/988
 
https://www.wiki.atronixengineering.com/doku.php?id=rebol:ug
 
[[Main_Page/RED_By_Topics | (Collection of Articles/Threads By Topic)]]
http://rebol.info/feeds/announce.feed
 
[[What_When | (What happens When)]]
 
[[RED_Internals | (RED_Internals)]]
 
[[Source_Navigator | (Navigating into RED Source)]]
http://reb4.me/r/altjson
 
[[Red_Databases | (Using red blocks as data tables)]]
Where REBEL Talks
REBOL ML
REBOL ML Archive
Google Groups
Original REBGui Design guide
Ross Gil
Cookies help us deliver our services. By using our services, you agree to our use of cookies.