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
(24 intermediate revisions by the same user not shown)
Line 9:
'''<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 releasesreleased.
Both language share one common principle: be coinciseconcise. In Red and REBOL you can do in one likeline of code what in other languages needs many more lines. A 50 lines of a 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 areis 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 aton the Red main page:
 
<big>[http://www.red-lang.org/ Red HQ Homepage]</big>
 
REBOL Resources are a 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 News | (DD/MM/YYYY) ==
 
14/07/2022: a new Roadmap has been published for Red. The team is concentrating on integrating I/O branch and improving the language. Then, the road towards Red64 will be taken. Red 0.7x will be the last 32 version.
 
== Programming.red News ==
 
28/08/2022: news sections have been added.
 
== Red Main Pages ==
Line 44 ⟶ 52:
| 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 brancbranch
|-
| Red Progress Page || [https://progress.red-lang.org/] || Here you will find the advancement of the project
Line 84 ⟶ 92:
! Site Name !! Site Url !! Description
|-
| REBOL Forum || https://www.rebolforum.com/index.cgi || One of the most active REBOL ForusForums... written in REBOL
|-
| Red By Example || http://www.red-by-example.org/ || An accessible reference by example
Line 92 ⟶ 100:
| My Code For Fun || http://www.mycode4fun.co.uk/About-Red-Programming || RED/REBOL blog
|-
| REB4Me || http://reb4.me/ || WebSiteWebsite 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 107 ⟶ 115:
 
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 116 ⟶ 160:
| 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'sdeveloper scriptscripts and documentation
|-
| Rebol DevevopersDevelopers Network || http://www.rebol.net || Home of Carl's REBOL BLOG
|-
| A REBOL Seite || http://www.rebol.info ||
Line 124 ⟶ 168:
|}
 
== RED, REBOL, and other languages of the same Family ==
 
{| class="wikitable"
Line 133 ⟶ 177:
|-
| 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 a usable version like REBOL2 is. Mainly fixes and improvements keeping the original idea
|-
| REBOL3 from Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
|-
| 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
|-
| Orca || https://sourceforge.net/p/urlan/wiki/OrcaProject/ || Rebol2 Like Interpreter to use as script engine
|-
| R3N || https://github.com/r3n || R3N Open Source Rebol community regrouping to the next generation
Line 138 ⟶ 192:
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
|-
| TOPAZ || http://www.amara.org/it/videos/gECJIu97zOXz/info/topaz-rebol-inspired-html5-programming-language-gabriele-santilli/ ||
| REBOL3 from Atronix || [https://github.com/zsx/r3 Source https://www.atronixengineering.com/] || REBOL3 Version from Atronix
|-
| WORLD || http://www.rebol.org/aga-display-posts.r?post=r3wp854x0 || World Programming Language
| REBOL3 from Sapphirion || http://development.saphirion.com/ || REBOL3 Version from Sapphirion
|-
| Arturo Language || https://arturo-lang.io/ || A new programming language, very similar to Rebol and Red
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different Branches Differences
|-
| AltScript || https://altscript.com/ || A new language and data format from Carl Sassenrath, Rebol Author
| 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 TrelloRed.js || https://trellogithub.com/bALANVF/l385BE7aRed.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 flavored by Factor, Bash shell and Golang
| 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 ?
|-
| Boron || http://www.world-lang.org/ https://github.com/Geomol/World || A Rebol-inspired programming language with rich datatypes
| Source Code || http://rebolsource.net/ || Source Code and compiled versions
|-
| TOPAZYar || httphttps://wwwgithub.amara.orgcom/itpragmagic/videos/gECJIu97zOXz/info/topaz-rebolyar || Yet Another Rebol-inspired-html5- programming- language-gabriele-santilli/ ||
|-
| R# || https://sourceforge.net/projects/r-sharp/ || A Rebol-inspired programming language from the author of RED
| WORLD || http://www.world-lang.org/ ||
|-
| 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 177 ⟶ 240:
|-
| 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 185 ⟶ 250:
|-
| 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 195 ⟶ 278:
| 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 || unknowunknown if compatible to Carl or sapphirionSapphirion version
|-
| REBGUI, Original Version, design guide || http://www.dobeash.com/RebGUI/design-guide.html ||
Line 246 ⟶ 329:
|-
| 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 253 ⟶ 338:
| GLayout || http://www.rebol.org/view-script.r?script=glayout.r || Another GUI Kit for REBOL2
|-
| Data-Grid Table Style for Red || https://github.com/toomasv/table-template || Toomas Voglaid's Data Grid Style for Red
|}
 
Line 312 ⟶ 398:
| 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 330 ⟶ 418:
| 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 actorsactor is the develolperdeveloper of the fork.
|-
| https://stackoverflow.com/questions/tagged/rebol || Rebol Tagged Questions on Stack Overflow
Line 382 ⟶ 470:
|-
| 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
|-
|}
Line 403 ⟶ 501:
! Header text !! Header text !! Header text
|-
| Carl Sassenrath Interview || https://www.rediff.com/computer/1999/sep/29carl.htm || 1999 Interview On of: the very first interviewon, Carl Describedescribes his ideas and passion
|-
| Doctors Dobbs Journal, Technet Cast || http://www.hotelsofoklahoma.com/technetcastcom/tnc_981120.html || 1998 Interview Transcript - Amiga and Rebol
|-
| Old New Archive || http://www.rebol.com/news.html || Articles and news from the early days of Rebol , many are not working but you can use WayBack machine
|}
 
Line 434 ⟶ 532:
[[Glossary | (Words and definition for living in the Red World)]]
 
[[Tecniques | (TecniquesTechniques 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)]]
 
Iterators
Cookies help us deliver our services. By using our services, you agree to our use of cookies.