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
m (Reverted edits by GiuseppeChillemi (talk) to last revision by 14.205.84.70)
Tag: Rollback
(16 intermediate revisions by the same user not shown)
Line 1:
__NOTOC__
 
== 欢迎来到RED语言维基页面. ==
 
<big>'''THIS WIKI WILL BE READ ONLY FOR SOME TIME WHILE STRUCTURING IT'''</big>
'''<big>RED语言</big>''' 是一个从REBOL诞生的先进编程语言. 它是一个全栈式编程语言[https://en.wikipedia.org/wiki/Red_(programming_language) 全栈式] 。 。
语言的作者'''<big>Nenad Rakocevic</big>'''远在REBOL3 的源代码发布之前就开启了这个项目.
两种语言拥有一个相同的原理: 尽量精简. 在 RED 和REBOL 中,你可以用接近一行代码完成一件其他语言要用更多行代码才能完成的事,而一个50行的程序在 RED/REBOL中仅需2到4行代码.
 
== Welcome to the '''Programming RED''' wiki page. ==
同样的,其他语言需要 50 GB 硬盘空间才能开始编程,而RED仅需1MB磁盘空间和一个文本编辑器即可.
 
'''<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.
当前REBOL还是开源状态, 而RED 拥有不同的来源,它曾经使用scratch编制. 虽然它保持和REBOL2兼容 (90% 的代码),但是它和REBOL是不同的。 REBOL 是解释型语言, 而RED既可以解释运行,也可以编译为二进制代码.
 
The Author, '''<big>Nenad Rakocevic</big>''' started the project long before the source of REBOL3 has been releases.
学习更多的内容可到以下RED的主页面:
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.
<big>[http://www.red-lang.org/ RED 官方网站]</big>
 
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.
REBOL的资源是RED语言的重要组成部分,REBOL的资源也远多于RED语言。阅读REBOL的页面并放心地将知识应用到RED中去。
 
Learn more at RED main page:
=== RED 的主页 ===
 
<big>[http://www.red-lang.org/ RED 官方网站HQ Homepage]</big>
 
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 || 位于GITHUB的RED维基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!)
 
 
|}
 
==== RED聊天讨论区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 ||
Line 71 ⟶ 74:
 
 
===== 相关页面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
| || ||
|-
| || ||
Line 97 ⟶ 100:
|}
 
=== Nenad 文章Words: ===
 
https://www.quora.com/Why-did-the-Red-language-fork-Rebol ! Why RED started
 
=== Main REBOL 主页Pages ===
 
{| class="wikitable"
|-
! 网站名称Site Name !! 网站地址Site Url !! 描述Description
|-
| 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's script and documentation
|-
| Rebol 开发者网络Devevopers Network || http://www.rebol.net || Home of Carl's REBOL 博客BLOG
|-
| 一个A REBOL网站 Seite || http://www.rebol.info ||
|-
|}
 
== RED, REBOL 和其他同一家族的语言and other languages of the same Family ==
 
{| class="wikitable"
Line 123 ⟶ 126:
! Header text !! Header text !! Header text
|-
| REBOL3 Main || http://www.rebol.com https://github.com/rebol/rebol|| REBOL 主页Main Pages
|-
| REN-C || https://trello.com/b/l385BE7a/rebol3-porting-guide-ren-c-branch || REN-C REBOL Reboot
Line 132 ⟶ 135:
|-
| Differences || http://stackoverflow.com/questions/31510930/rebol3-what-is-the-difference-between-the-different-branches || Different 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 ||
Line 151 ⟶ 156:
|}
 
== 书籍和指南Books and Guides: ==
 
{| class="wikitable"
Line 159 ⟶ 164:
| Red book || https://www.packtpub.com/application-development/learn-red-%E2%80%93-fundamentals-red || Learn Red, Fundamentals of Red
|-
| A REBOL Guide || http://www.mycode4fun.co.uk/rebol___a_programmer_s_guide.pdf?attredirects=0&d=1 || Rebol, a programmers guide
|-
| REBOL Book || https://en.wikibooks.org/wiki/Rebol_programming || Rebol Book on Wikibook
Line 172 ⟶ 177:
|}
 
== REBOL GUI 图形界面系统Systems ==
 
{| class="wikitable"
Line 238 ⟶ 243:
|}
 
==== Rebol和数据库 and Databases: ====
 
{| class="wikitable"
Line 260 ⟶ 265:
|}
 
 
==== 讨论区 ====
== Discussion Places ==
 
 
Line 283 ⟶ 289:
| SAPH R3GUI and editable styled text || http://ebanshi.cc/questions/2989913/do-saphirion-rebol-3-builds-allow-editable-styled-text ||
|-
| 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 actors is the develolper of the fork.
|-
|}
 
== Other Interesting Links ==
==== 其他感兴趣的链接 ====
 
{| class="wikitable"
Line 327 ⟶ 336:
|}
 
== Wiki Pages ==
[[Projects/text-table.red|Text-Table]]
 
[[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)]]
 
[[Main_Page/RED_By_Topics | (Collection of Articles/Threads By Topic)]]
 
[[RED_Internals | (Internal working of RED)]]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.