Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
12
Lang/Red/00DESCRIPTION
Normal file
12
Lang/Red/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{language|Red}}
|
||||
|
||||
Red is a paradigm-neutral [http://en.wikipedia.org/wiki/Homoiconicity homoiconic] language, strongly inspired by [[Rebol]].
|
||||
|
||||
Like Rebol, Red has a low memory footprint, is garbage collected, and has a [http://www.red-lang.org/p/download.html low disk footprint (< 1MB)]. But while Rebol is an interpreted language written in ANSI-C, Red seeks to be a "full-stack" language whose methodology is independent of any other toolchain. It compiles that which can be known ahead of time, JIT-compiles that which cannot, and embeds a small interpreter into its executables to handle constructions which are not amenable to any compilation.
|
||||
|
||||
Red embeds several DSLs, among which Red/System (C semantics meet Red syntax), dedicated to low-level and system programming. It is also used as an intermediate language (IL) when Red is compiled. The Red executable is able to build Red/System files directly (`*.reds`) as well as Red files (`*.red`), and Red/System code may be embedded freely in Red code.
|
||||
|
||||
* [http://www.red-lang.org Red Language Website]
|
||||
* [https://twitter.com/red_lang @red_lang] on Twitter.
|
||||
* [https://gitter.im/red/red Red community chat] on Gitter.
|
||||
* [http://groups.google.com/group/red-lang?hl=en Mailing-List]
|
||||
1
Lang/Red/100-doors
Symbolic link
1
Lang/Red/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/Red
|
||||
1
Lang/Red/99-Bottles-of-Beer
Symbolic link
1
Lang/Red/99-Bottles-of-Beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-Bottles-of-Beer/Red
|
||||
1
Lang/Red/A+B
Symbolic link
1
Lang/Red/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/Red
|
||||
1
Lang/Red/Abstract-type
Symbolic link
1
Lang/Red/Abstract-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Abstract-type/Red
|
||||
1
Lang/Red/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
1
Lang/Red/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Add-a-variable-to-a-class-instance-at-runtime/Red
|
||||
1
Lang/Red/Align-columns
Symbolic link
1
Lang/Red/Align-columns
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Align-columns/Red
|
||||
1
Lang/Red/Flatten-a-list
Symbolic link
1
Lang/Red/Flatten-a-list
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Flatten-a-list/Red
|
||||
1
Lang/Red/Hello-world-Newline-omission
Symbolic link
1
Lang/Red/Hello-world-Newline-omission
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Newline-omission/Red
|
||||
1
Lang/Red/README
Normal file
1
Lang/Red/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:Red
|
||||
1
Lang/Red/Roman-numerals-Decode
Symbolic link
1
Lang/Red/Roman-numerals-Decode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Decode/Red
|
||||
1
Lang/Red/Roman-numerals-Encode
Symbolic link
1
Lang/Red/Roman-numerals-Encode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Encode/Red
|
||||
Loading…
Add table
Add a link
Reference in a new issue