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.

NotePad: Difference between revisions

5,939 bytes added ,  6 years ago
m
no edit summary
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 384:
* [http://recode.revault.org/ ReCode 2013]
* [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.''
Cookies help us deliver our services. By using our services, you agree to our use of cookies.