Main Page: Difference between revisions

Line 1:
__NOTOC__
 
== 欢迎来到RED语言维基页面. ==
== Welcome to the '''Programming RED''' wiki page. ==
 
'''<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.
语言的作者'''<big>Nenad Rakocevic</big>'''远在REBOL3 的源代码发布之前就开启了这个项目.
两种语言拥有一个相同的原理: 尽量精简. 在 RED 和REBOL 中,你可以用接近一行代码完成一件其他语言要用更多行代码才能完成的事,而一个50行的程序在 RED/REBOL中仅需2到4行代码.
 
同样的,其他语言需要 50 GB 硬盘空间才能开始编程,而RED仅需1MB磁盘空间和一个文本编辑器即可.
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 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.
 
当前REBOL还是开源状态, 而RED 拥有不同的来源,它曾经使用scratch编制. 虽然它保持和REBOL2兼容 (90% 的代码),但是它和REBOL是不同的。 REBOL 是结实新语言, 而RED既可以解释运行,也可以编译为二进制代码.
Also you do not need 50 GB of HD space to start programming: 1MB of drive space and a text editor are enough.
 
学习更多的内容可到以下RED的主页面:
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 at RED main page:
 
<big>[http://www.red-lang.org/ RED HQ Homepage]</big>
Anonymous user