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

5
Lang/Panda/00DESCRIPTION Normal file
View file

@ -0,0 +1,5 @@
{{stub}}{{language|gc=yes|checking=static|hopl=no|site=http://pandalang.org}}
Panda is a new interactive functional typed dataflow event based programming language. It reminds people of jquery, or unix pipes.
Panda does not have explicit loop constructs, doesn't use recursion but instead is based on generators, transformers, and consumers (aggregators).

View file

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

1
Lang/Panda/Binary-digits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-digits/Panda

1
Lang/Panda/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Panda

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/Panda

View file

@ -0,0 +1 @@
../../Task/Hello-world-Web-server/Panda

View file

@ -0,0 +1 @@
../../Task/Loops-For-with-a-specified-step/Panda

View file

@ -0,0 +1 @@
../../Task/Loops-N-plus-one-half/Panda

1
Lang/Panda/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/Panda

View file

@ -0,0 +1 @@
../../Task/Pernicious-numbers/Panda

View file

@ -0,0 +1 @@
../../Task/Primality-by-trial-division/Panda

1
Lang/Panda/README Normal file
View file

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

1
Lang/Panda/Read-entire-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Read-entire-file/Panda

1
Lang/Panda/Sum-of-a-series Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sum-of-a-series/Panda