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/ECL/00DESCRIPTION Normal file
View file

@ -0,0 +1,12 @@
{{language|ECL
|site=http://hpccsystems.com/
}}
The Enterprise Control Language (ECL) is an advanced programming language supporting both query and ETL
(Extract, Transform, and Load) operations. ECL is designed and used with HPCC Systems. <ref name="LexisNexis Announces HPCC Systems, an Open Source Platform to Solve Big Data Problems">http://www.lexisnexis.com/risk/newsevents/press-release.aspx?Id=1308140007126875</ref> It is specifically designed for data management and query processing. ECL code is written using the ECL IDE programming development tool. ECL is compiled into optimized C++ which is then compiled into DLLs for execution on the Thor and Roxie platforms. ECL can include inline C++ code encapsulated in functions. External services can be written in any language and compiled into shared libraries of functions callable from ECL. A pipe interface allows execution of external programs written in any language to be incorporated into jobs. ECL's design allows the leverage of created code for re-use in subsequent queries, the language extends itself as it is used. <ref name="ECL Programmers Guide">http://hpccsystems.com/download/docs/programmers-guide</ref><ref name="ECL Language Reference">http://hpccsystems.com/download/docs/ecl-language-reference</ref>
==See Also==
* [[wp:ECL_%28data-centric_programming_language%29|Wikipedia:ECL (data-centric programming language)]]
==References==
<references/>

1
Lang/ECL/100-doors Symbolic link
View file

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

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

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

1
Lang/ECL/Arithmetic-Integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/ECL

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/ECL

1
Lang/ECL/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/ECL

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/ECL

1
Lang/ECL/Bitwise-operations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/ECL

View file

@ -0,0 +1 @@
../../Task/CSV-data-manipulation/ECL

1
Lang/ECL/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/ECL

1
Lang/ECL/Day-of-the-week Symbolic link
View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/ECL

View file

@ -0,0 +1 @@
../../Task/Detect-division-by-zero/ECL

1
Lang/ECL/Fibonacci-sequence Symbolic link
View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/ECL

1
Lang/ECL/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/ECL

View file

@ -0,0 +1 @@
../../Task/Greatest-element-of-a-list/ECL

1
Lang/ECL/Hash-join Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hash-join/ECL

1
Lang/ECL/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/ECL

View file

@ -0,0 +1 @@
../../Task/Higher-order-functions/ECL

1
Lang/ECL/Integer-comparison Symbolic link
View file

@ -0,0 +1 @@
../../Task/Integer-comparison/ECL

1
Lang/ECL/Logical-operations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Logical-operations/ECL

1
Lang/ECL/README Normal file
View file

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

View file

@ -0,0 +1 @@
../../Task/Remove-duplicate-elements/ECL

View file

@ -0,0 +1 @@
../../Task/Remove-lines-from-a-file/ECL

1
Lang/ECL/Repeat-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/ECL

View file

@ -0,0 +1 @@
../../Task/Return-multiple-values/ECL

View file

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

View file

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

1
Lang/ECL/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/ECL

View file

@ -0,0 +1 @@
../../Task/String-interpolation--included-/ECL

1
Lang/ECL/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/ECL