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

m
no edit summary
mNo edit summary
mNo edit summary
(40 intermediate revisions by the same user not shown)
Line 5:
<small>''THIS WIKI WILL BE READ ONLY FOR SOME TIME WHILE STRUCTURING IT''</small>
 
== Welcome to the '''Programming REDRed''' wiki page. ==
 
'''<big>REDRed</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 REDRed 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 REDRed/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, REDRed 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 REDRed is either compiled or interpreted.
 
Learn more at REDRed main page:
 
<big>[http://www.red-lang.org/ REDRed HQ Homepage]</big>
 
REBOL Resources are vital part of REDRed and there is still more documentation for REBOL than RED, so feel free to read from REBOL pages and apply your knowledge to REDRed.
 
== REDRed Main Pages ==
 
{| class="wikitable"
Line 43:
|-
| Red Source || [https://github.com/red/red Source] || Red source code (Yes, it is Open Source!)
|-
 
| Red Main Branch Commits || [https://github.com/red/red/commits/master] || The commits of the main branc
 
|-
| Red Progress Page || [https://progress.red-lang.org/] || Here you will find the advancement of the project
|}
 
== Red Discussion Places: ==
 
{| class="wikitable"
Line 92 ⟶ 94:
| REB4Me || http://reb4.me/ || WebSite Dedicated to REBOL by Christopher Ross-Gill
|-
| Rebol Tutorial (Archive) || http://web.archive.org/web/20121215021931/http://www.reboltutorial.com/ || A great now defunct Rebol Site
| || ||
|-
| Rebol Recode 2013 Conference || http://web.archive.org/web/20200225220710/http://recode.revault.org/ || Canada, Montreal 2013
| || ||
|-
| || ||
Line 105 ⟶ 107:
 
https://www.quora.com/Why-did-the-Red-language-fork-Rebol ! Why RED started
 
== Rebol France ==
 
Rebol has been a long established language in French. You will find many documents and resources
 
{| class="wikitable"
|-
! Site Name !! Site Url !! Description
|-
| RebelBB || http://www.digicamsoft.com/cgi-bin/rebelBB.cgi || French board
|-
| Rebol France.INFO (Archive) || http://web.archive.org/web/20130326011725/http://www.rebolfrance.info/ || French Rebol Reference Site
|-
| Rebol France.ORG || http://web.archive.org/web/20060518205724/http://www.rebolfrance.org/ || RebolFrance.org site
|-
| Rebol Franche Google Site || https://sites.google.com/site/rebolfrance/ || Rebol France Site with some interesting articles
|-
| Rebol Foundation || http://pl.legoff.free.fr/dotclear2/rebol-fondation/index.php/ || a trial to unify all French rebolers in an association
|-
| Rebol Documentation Project || http://pl.legoff.free.fr/dotclear2/rdp/index.php/ || Backup
|-
| Rebol Documentation Project (Archive) || http://web.archive.org/web/20070930054003/http://rebdocproj.org/ || Backup of Archive.org
|-
| Oldest Rebol Forum || http://pl.legoff.free.fr/dotclear2/vf/index.php/ || the “Vieux Forum » (the first and oldest French forum about Rebol , since August 2001
|-
| Rebol Coders Forum || http://web.archive.org/web/20061209083136/http://www.codeur.org/forum/forum.php?ID=1700 || A great Rebol French Forum
|-
| Rebol France Twitter || https://twitter.com/rebol_france || Rebol France Twitter Page
|-
| Rebol Manual || http://www.rebol.com/docs/core-fr/fr-index.html || French Version
|-
| Rebol3 Announce || https://www.developpez.com/actu/23226/REBOL-3-0-sort-en-version-Alpha-le-langage-adopte-une-licence-hybride-un-pas-vers-sa-democratisation/ || It has many interesting links
|-
| Gitter Red France || https://gitter.im/red/red/France || Gitter chat for Red in French language
|-
|}
 
== Main REBOL Pages ==
Line 127 ⟶ 165:
|-
! Header text !! Header text !! Header text
|-
| RED GitHub || https://github.com/red || Master Repository
|-
| REBOL3 Main || http://www.rebol.com https://github.com/rebol/rebol|| REBOL Main Pages
|-
| REBOL3 by Oldes || https://github.com/Oldes/Rebol3 || The only maintained REBOL3 which is aimed to have an usable version like REBOL2 is. Mainly fixes and improvements keeping the original idea
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
|-
| REBOL3 from Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
Line 136 ⟶ 176:
| REBOL3 from Sapphirion || http://development.saphirion.com/ || REBOL3 Version from Sapphirion
|-
| REBOL3 from Shinxin || https://github.com/zsx/r3 || A Rebol3 Version from one of the main developers at Atronix
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different Branches Differences
|-
| Orca || https://sourceforge.net/p/urlan/wiki/OrcaProject/ || Rebol2 Like Interpreter to use as script engine
| 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
|-
| R3N || https://github.com/r3n || R3N Open Source Rebol community regrouping to the next generation
| REN-C Trello || https://trello.com/b/l385BE7a ||
|-
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
| 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 ?
|-
| TOPAZ || http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/ ||
| Source Code || http://rebolsource.net/ || Source Code and compiled versions
|-
| WORLD || http://www.rebol.org/aga-display-posts.r?post=r3wp854x0 || World Programming Language
| R3N || https://github.com/r3n || R3N Open Source Rebol community regrouping to the next generation
|-
| Arturo Language || https://arturo-lang.io/ || A new programming language, very similar to Rebol and Red
| TOPAZ || http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/ ||
|-
| AltScript || https://altscript.com/ || A new language and data format from Carl Sassenrath, Rebol Author
| WORLD || http://www.world-lang.org/ ||
|-
| Red.js || https://github.com/ALANVF/Red.js || An attempt to create a Red web Runtime
|-
| Rye || https://github.com/refaktor/rye || Rye is design/work in progress programming language based on ideas from Rebol and flawored by Factor, Bash shell and Golang
|-
| Boron || http://www.world-lang.org/ https://github.com/Geomol/World || A Rebol inspired programming language with rich datatypes
|-
| Yar || https://github.com/pragmagic/yar || Yet Another Rebol inspired programming language
|-
| R# || https://sourceforge.net/projects/r-sharp/ || A Rebol inspired programming language from the author of RED
|-
| Reb2Static || https://github.com/jankom/RebToStatic || Compiler to Javascript for a subset of Rebol
|-
| Source Code || http://rebolsource.net/ || Source Code and compiled versions
|-
| Red Development Project Documentation || https://github.com/reddoc/develop/wiki ||
|-
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different Branches Differences
| WORLD || http://www.rebol.org/aga-display-posts.r?post=r3wp854x0 || World Programming Language
|-
| 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 ?
|}
 
Line 163 ⟶ 222:
|-
! Header text !! Books !! Header text
|-
| Rebol A Programmers Guide || https://www.cristal.univ-lille.fr/profil/olivier.auverlot/rebol_a_programmer_s_guide.pdf || From Maxim Olivier Auverlot
|-
| http://vpavlu.plain.at/REBOL/tutorial/ || Rebol Tutorial by Professor Victor Pavlu
|-
| Red book || https://www.packtpub.com/application-development/learn-red-%E2%80%93-fundamentals-red || Learn Red, Fundamentals of Red
Line 169 ⟶ 232:
|-
| REBOL Book || https://en.wikibooks.org/wiki/Rebol_programming || Rebol Book on Wikibook
|-
| Nick Antonaccio Guides || http://re-bol.com/rebol.html || The famous Reboller guides!
|-
| REBOL Guide || http://business-programming.com/business_programming.html || By Nick Antonaccio
Line 177 ⟶ 242:
|-
| REBOL Video || http://musiclessonz.com/rebol_video_links.html || By Nick Antonaccio
|-
| REBOL Documentation || http://www.rebol.com/docs.html || Collection of documents
|-
| VID Documentation || http://www.rebol.com/docs/view-system.html || VID Documentation
|-
| REBOL VID HOW-TO || http://www.rebol.com/how-to.html || VID How-To
|-
| REBOL tutorials and examples || http://www.rebol.com/tutorials.html || By Rebol Tech
|-
| REBOL View First Steps (French) || http://pl.legoff.free.fr/docs/informatique/rebol/rebol-view-first-steps.html || By Philippe Legoff
|-
| REBOL Forces View FAQ (OLD) || https://web.archive.org/web/20130121141320/http://www.rebolforces.com/view-faq.html || Documentation on VIEW by Defuct REBOL Forces
|-
| Rebol Wiki from ARchive.org || http://web.archive.org/web/20150321061054/http://www.rebol.net/wiki/main_page || Rebol community Wiki, last working version. Original link: http://www.rebol.net/wiki/main_page. Note: older version could contain more material as I remember it has been restructured by someone losing control of the process.
|-
| Rebol Wiki Mirror || https://github.com/r3n/rebol-wiki/wiki || It was hosted at www.rebol.net
|-
| Free Rebol Books and guides on LuLu || https://www.lulu.com/search?adult_audience_rating=00&page=1&pageSize=10&q=rebol || Some free rebol books
|}
 
Line 238 ⟶ 321:
|-
| Vid Extension KIT || https://github.com/henrikmk/VID-Extension-Kit http://hmkdesign.dk/project.rsp?id=vid-ext-kit&page=info || One of the best GUI Kit created for REBOL2
|-
| Vid-Extension-Kit + Wiki || https://github.com/GiuseppeChillemi/VID-Extension-Kit || As before, plus dedicated wiki created by Giuseppe Chillemi
|-
| REBGUI Chat on REBOL3 World || http://www.rebol.net/altweb/rebol3/chat303.html ||
Line 273 ⟶ 358:
{| class="wikitable"
|-
! HeaderRepository textName !! Header textLink !! Header textDescription
|-
| Rebol script Library || http://www.rebol.org || The Great collection of Rebol Scripts, create about 20 years ago
|-
| Rebol Oneliners || http://www.rebol.com/oneliners.html || Complete functional scripts in one line of code
|-
| Red Script Collection || https://github.com/red/red/wiki/%5BLINKS%5D-Scripts-collection || A curated collection of Red Scripts.
|-
| GITHUB Rebol || https://github.com/search?q=language%3AREBOL || 100 Pages of REBOL scripts
|-
| GITHUB Red || https://github.com/search?q=language%3ARED || Up to 100 Pages of RED scripts (When they will exists!)
|-
|}
Line 288 ⟶ 379:
! Header text !! Header text !! Header text
|-
| Red on Gitter, main channel || https://gitter.im/red/red ||
| ML on REBOL Documentation Project || http://www.rebol.org/ml-display-message.r?m=rmlLVVC ||
|-
| Red Mailing List on Google || https://groups.google.com/forum/?hl=en#!forum/red-lang ||
|-
| RED on IRC || https://webchat.freenode.net/#red-lang || (Bridge:) https://github.com/gitterHQ/irc-bridge ||
|-
| Telegram || https://t.me/redofficial ||
|-
| Red Facebook Page || https://www.facebook.com/Redprogramminglanguage/ ||
|-
| ML on REBOL Documentation Project || http://www.rebol.org/ml-display-message.r?m=rmlLVVC ||
|-
| Synapse EHR Forum (Archive) || http://web.archive.org/web/20111121044124/http://synapse-ehr.com/forums/forumdisplay.php?3-Rebol || A great close forum archive
|-
| CARL GUI and SAPH GUI || http://chat.stackoverflow.com/transcript/291/2013/5/27/2-24 ||
Line 308 ⟶ 411:
| 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.
|-
| https://stackoverflow.com/questions/tagged/rebol || Rebol Tagged Questions on Stack Overflow
|-
| https://stackoverflow.com/questions/tagged/rebol3 || Rebol3 Tagged Question on Stack Overflow
| -
| https://stackoverflow.com/questions/tagged/red || Red Tagged Questions on Stack Overflow
|-
| https://www.facebook.com/groups/rebol || Rebol Facebook Page
|}
 
Line 315 ⟶ 425:
|-
! Header text !! Header text !! Header text
|-
| Looking Back || https://toomasv.red/Two-years.md.html || A great site from one of the best minds in the Red Community
|-
| Excel Dialect || https://www.robertmuench.ch/development/projects/excel/dialect_documentation/ ||
Line 349 ⟶ 461:
|-
| REBOL4Cobol Programmers || http://cobolrebol.com/pages/rebol-for-cobol-programmers/rfcp-occurs.html || Great Site with tons of scripts
|-
| Rebol Week || http://rebolweek.blogspot.com/|| The Rebol Week Ezine
|-
| Rebol Forces (Last) || http://web.archive.org/web/20071218041926/rebolforces.com || Last Version of Rebol Force
|-
| Rebol Forces (Previous) || http://web.archive.org/web/20130330003507/rebolforces.com || Rebol Forces before its restructuration
|-
| Rebol Devcon 2005 || http://www.colellachiara.com/devcon05/index.html || Developer conferenc in milan
|-
| Rebol Devcon 2004 || http://web.archive.org/web/20130905025522/http://www.efishantsea.com/devcon2004/ || Hallmark Inn, Davis, California
|-
|}
 
== TOPICS ==
 
[[ Main_Page/Topic_Ports | Ports]]
 
[https://github.com/qtxie/red/tree/IO2 Red Ports Experimental Branch]
 
[[ Main_Page/Topic_Composing_Code | Composing Code ]]
 
[[ Main_Page/Topic_Vocabularies | Vocabularies ]]
 
== History/Articles ==
Line 389 ⟶ 521:
[[Words_Relativeness | (Words and their values in contexts)]]
 
[[Glossary | (WordWords and definition for living in the Red World)]]
 
[[Tecniques | (Tecniques used in various areas)]]
 
[[Parse | (Parsing Blocks and Strings)]]
 
[[Bindings | (Bindings to external Libraries)]]
 
[[Made_With_Rebol | (Applications and projects Made with Rebol Language)]]
 
[[Made_With_Red | (Applications and projects Made with Red Language)]]
 
edit!
Cookies help us deliver our services. By using our services, you agree to our use of cookies.