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
5
Lang/Panda/00DESCRIPTION
Normal file
5
Lang/Panda/00DESCRIPTION
Normal 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).
|
||||
1
Lang/Panda/Arithmetic-Integer
Symbolic link
1
Lang/Panda/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/Panda
|
||||
1
Lang/Panda/Binary-digits
Symbolic link
1
Lang/Panda/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/Panda
|
||||
1
Lang/Panda/Factorial
Symbolic link
1
Lang/Panda/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/Panda
|
||||
1
Lang/Panda/Factors-of-an-integer
Symbolic link
1
Lang/Panda/Factors-of-an-integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factors-of-an-integer/Panda
|
||||
1
Lang/Panda/Hello-world-Web-server
Symbolic link
1
Lang/Panda/Hello-world-Web-server
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Web-server/Panda
|
||||
1
Lang/Panda/Loops-For-with-a-specified-step
Symbolic link
1
Lang/Panda/Loops-For-with-a-specified-step
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-For-with-a-specified-step/Panda
|
||||
1
Lang/Panda/Loops-N-plus-one-half
Symbolic link
1
Lang/Panda/Loops-N-plus-one-half
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-N-plus-one-half/Panda
|
||||
1
Lang/Panda/Loops-While
Symbolic link
1
Lang/Panda/Loops-While
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-While/Panda
|
||||
1
Lang/Panda/Pernicious-numbers
Symbolic link
1
Lang/Panda/Pernicious-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pernicious-numbers/Panda
|
||||
1
Lang/Panda/Primality-by-trial-division
Symbolic link
1
Lang/Panda/Primality-by-trial-division
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Primality-by-trial-division/Panda
|
||||
1
Lang/Panda/README
Normal file
1
Lang/Panda/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:Panda
|
||||
1
Lang/Panda/Read-entire-file
Symbolic link
1
Lang/Panda/Read-entire-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-entire-file/Panda
|
||||
1
Lang/Panda/Sum-of-a-series
Symbolic link
1
Lang/Panda/Sum-of-a-series
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sum-of-a-series/Panda
|
||||
Loading…
Add table
Add a link
Reference in a new issue