Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 additions and 0 deletions

12
Lang/Red/00DESCRIPTION Normal file
View 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
View file

@ -0,0 +1 @@
../../Task/100-doors/Red

1
Lang/Red/99-Bottles-of-Beer Symbolic link
View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/Red

1
Lang/Red/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/Red

1
Lang/Red/Abstract-type Symbolic link
View file

@ -0,0 +1 @@
../../Task/Abstract-type/Red

View file

@ -0,0 +1 @@
../../Task/Add-a-variable-to-a-class-instance-at-runtime/Red

1
Lang/Red/Align-columns Symbolic link
View file

@ -0,0 +1 @@
../../Task/Align-columns/Red

1
Lang/Red/Flatten-a-list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Flatten-a-list/Red

View file

@ -0,0 +1 @@
../../Task/Hello-world-Newline-omission/Red

1
Lang/Red/README Normal file
View file

@ -0,0 +1 @@
Data source: http://rosettacode.org/wiki/Category:Red

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Decode/Red

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Encode/Red