NotePad: Difference between revisions

From Programming in RED
Content added Content deleted
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 384: Line 384:
* [http://recode.revault.org/ ReCode 2013]
* [http://recode.revault.org/ ReCode 2013]
* [https://www.youtube.com/user/SoftwareFreedomDay/playlists SofwareFreedomDay playlists w/ reports about Red and Rebol]
* [https://www.youtube.com/user/SoftwareFreedomDay/playlists SofwareFreedomDay playlists w/ reports about Red and Rebol]

--------------------- <big>FROM RED WIKI 09/12/17</big> -----------------------------

== Welcome to the Red programming language wiki! ==

=== Installation ===

* [http://www.red-lang.org/p/download.html Download and Install]

=== Beginners Guides ===

Be welcomed to the Red Community by following our [https://github.com/red/red/wiki/Community-Communication-Values Communication Values]. * [http://redprogramming.com/Getting%20Started.html Getting started with Red] at RedProgramming.com * [https://learnxinyminutes.com/docs/red/ Learn Red in Y minutes] at LearnXinYminutes.com * [http://www.mycode4fun.co.uk/About-Red-Programming Red Programming] at mycode4fun.co.uk * [https://www.gitbook.com/book/ungaretti/red-language-notebook/details Red Language Notebook] at gitbook.com

=== Discussions ===

* [https://groups.google.com/forum/#!forum/red-lang Red Mailing List]
* [https://github.com/red/red/wiki/Gitter-Room-Index Gitter Room Index]
* [http://stackoverflow.com/questions/tagged/red Questions Tagged Red] at Stackoverflow.com
* [https://github.com/red/red/wiki/FAQ FAQ]

=== Rebol ===

* [https://github.com/red/red/wiki/Differences-between-Red-and-Rebol Differences between Red and Rebol]
* [http://rebolforum.com/index.cgi?f=printtopic&topicnumber=48&archiveflag=new Rebol Forum]
* [https://github.com/red/red/wiki/REBOL-Core-Users-Guide:--A-walkthrough-with-Red Rebol Core Guide vs Red]

=== Examples ===

* [http://www.red-by-example.org/index.html Red by Example] at red-by-example.org
* [https://github.com/red/code Community Code Library]

=== Further Reading ===

* [https://github.com/red/red/wiki/Red-System-tutorial-for-newcomers-English-version Red/System tutorial for newcomers]
* [http://redlanguageblog.blogspot.co.uk/?view=flipcard Red Language Blog] by Arie
* [https://doc.red-lang.org/v/v0.6.0/gui/Overview.html GUI Overview]
* [http://www.red-lang.org/p/documentation.html Red Language Documentation]
* [http://static.red-lang.org/red-system-specs-light.html Red/System Documentation]
* [http://red.qyz.cz/ Boleslav Březovský blog]
* [https://github.com/red/red/wiki/Guru-Meditations#why-are-contexts-static Guru Meditations] by Gregg Irwin
* [https://github.com/red/red/wiki/Install-Red-in-Cloud9-IDE Install Red in Cloud9 IDE]
* [https://github.com/eranws/red-docker Red Docker] [https://github.com/dander/docker-red Debian Docker]
* [https://dev.to/lepinekong/red-for-hopeless-programmers---part-i-3g0 Red for Hopeless Programmers - Part 1]

=== Reference Material ===

* [http://www.red-lang.org/p/roadmap.html Red Roadmap]
* [https://doc.red-lang.org/v/v0.6.0/Coding-Style-Guide.html Coding Style Guide]
* [https://notamonadtutorial.com/interview-with-nenad-rakocevic-about-red-a-rebol-inspired-programming-language-681133e3fd1c Interview with Nenad Rakocevic about Red]

=== News Feeds ===

* [@red-lang](https://twitter.com/red_lang?lang=en) on Twitter
* [https://github.com/red/red/wiki.atom Red Wiki] - RSS Feed
* [http://www.red-lang.org/feeds/posts/default Red Language] - RSS Feed

To read the RSS feeds, you will need an RSS reader. There is a [https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp?hl=en Chrome Plugin] available.

=== Contributing ===

Checkout the [https://github.com/red/red/wiki/Contributor-Guidelines Contributors’ Guide] if you would like to contribute to Red.

=== Libraries ===

There are a number of libraries in the [https://github.com/red/code/tree/master/Library Red/Code repository].

=== Design Deliberations: ===

From time to time, some structured deliberations are needed to allow the best design decisions to be made. * [https://github.com/red/red/wiki/Unicode-Issues-with-Proposed-Resolutions Unicode Issues with Proposed Resolutions] * [https://github.com/red/red/wiki/The-Handling-of-NaNs,-INFs-and-signed-zeros. Handling NotANumber, Infinity, &amp; Signed Zero] * [https://github.com/red/red/wiki/Vector-Element-by-Element-Arithmetic Vector element by element arithmetic] * [https://github.com/red/red/wiki/To-Issues Issues Relating to TO] * [https://github.com/dockimbel/Red/wiki/Red-System-v2-Wish-List Red/System v2]

=== Red Enhancement Proposals: ===

Proposals related to Red follow [https://github.com/red/red/wiki/Red-Enhancement-Proposal-Process The Red Enhancement Proposal Process].

==== Stage 1 - Submitted Proposals ====

REP 0101 - [https://github.com/red/red/wiki/REP-0101---For-loop-function For Loop]

==== Stage 2 - Community Supported Proposals ====

None so far.

==== Stage 3 - Proposals For Evaluation ====

None so far.

==== Stage 4 - Proposals Scheduled To Be Implemented ====

None so far.

==== Stage 5 - Implemented Proposals ====

None so far.

The following proposals were developed before the Red Enhancement Proposal process was introduced. They need to be re-formatted according to the Red Enhancement Proposal process.

* [https://github.com/red/red/wiki/Add-a-Refinement-to-the-charset-function-to-make-a-case-insensitive-bitset! Case insensitive charset refinement]
* [https://github.com/red/red/wiki/Change-convention-of--LOCAL-to-use-LOCAL:-instead Change /local to local:]
* <strike>[https://github.com/red/red/wiki/use-blocks-as-keys Use blocks for keys in maps]</strike>
* [https://github.com/red/red/wiki/Left-Recursion Left Recursion for Parse]
* [https://github.com/red/red/wiki/%5BProposal%5D-To-add-Mathematical-and-Time-functions REP XXXX Add mathematical and time functions]
* [https://github.com/red/red/wiki/%5BProposal%5D-Adding-other-Red-dialects Adding other Red dialects]
* [https://github.com/red/red/wiki/Case-Sensitive-Map!-Keys Case Sensitive Map! Keys]
* [https://github.com/red/red/issues/1165 Improved console completion support]

=== Mezzanines: ===

* [https://github.com/red/red/wiki/mezzanines Mezz contributions]


-----

''Note: only the Red team is allowed to make changes to this page, all direct changes by third-parties will be rolled-back.''

Latest revision as of 22:07, 9 December 2017

Examples:

|- | Blog About RED || http://redlanguageblog.blogspot.nl/ ||

Interesting Links

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

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

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


http://top10lists.in/top-10-websites-software-freedom-day-2011-topa.html?ytid=xBJHMkN9qJ4&lvl=5&qs=Top+10+Websites

http://redlanguageblog.blogspot.it/

WORLD


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


RED

Quick


Document Site Note
Example Example Example
Example https://github.com/saphirion/r3-gui Example
Example Example Example
Example Example Example
Example Example Example
Example Example Example



Links:

https://github.com/revault/rebol-wiki/wiki

http://www.maxvessi.net/rebsite/wr/

REBOL:

Documenti Vari

REBOL IS DEAD

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/

Gestione Date

RED:


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

http://rebol.info/feeds/announce.feed

http://reb4.me/r/altjson

https://gitter.im/red/red/gui-branch?at=56435fd4aed85e09393da8b2

https://forums.freebsd.org/threads/45350/


Where REBEL Talks REBOL ML REBOL ML Archive Google Groups Original REBGui Design guide Ross Gil


Rebol

Forums and community hubs

Hands-on guides and tutorials

Personal blogs and pages from community members

Books

Red

Media

Forums and community hubs

Hands-on guides and tutorials

Personal blogs and pages from community members

In between


FROM RED WIKI 09/12/17 -----------------------------

Welcome to the Red programming language wiki!

Installation

Beginners Guides

Be welcomed to the Red Community by following our Communication Values. * Getting started with Red at RedProgramming.com * Learn Red in Y minutes at LearnXinYminutes.com * Red Programming at mycode4fun.co.uk * Red Language Notebook at gitbook.com

Discussions

Rebol

Examples

Further Reading

Reference Material

News Feeds

To read the RSS feeds, you will need an RSS reader. There is a Chrome Plugin available.

Contributing

Checkout the Contributors’ Guide if you would like to contribute to Red.

Libraries

There are a number of libraries in the Red/Code repository.

Design Deliberations:

From time to time, some structured deliberations are needed to allow the best design decisions to be made. * Unicode Issues with Proposed Resolutions * Handling NotANumber, Infinity, & Signed Zero * Vector element by element arithmetic * Issues Relating to TO * Red/System v2

Red Enhancement Proposals:

Proposals related to Red follow The Red Enhancement Proposal Process.

Stage 1 - Submitted Proposals

REP 0101 - For Loop

Stage 2 - Community Supported Proposals

None so far.

Stage 3 - Proposals For Evaluation

None so far.

Stage 4 - Proposals Scheduled To Be Implemented

None so far.

Stage 5 - Implemented Proposals

None so far.

The following proposals were developed before the Red Enhancement Proposal process was introduced. They need to be re-formatted according to the Red Enhancement Proposal process.

Mezzanines:



Note: only the Red team is allowed to make changes to this page, all direct changes by third-parties will be rolled-back.