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

11
Lang/SPAD/00DESCRIPTION Normal file
View file

@ -0,0 +1,11 @@
{{language|SPAD
|strength=strong
|checking=static
|gc=yes
|LCT=yes}}{{implementation|FriCAS,Axiom,OpenAxiom}}{{language programming paradigm|Declarative}}
[http://fricas.github.io/ SPAD] is programming language used by the Fricas Computer Algebra System (as well as by Axiom and OpenAxiom). It is a multiparadigm language with second order dependent types. It is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy and is used in compiler - or interpreter mode.
<br clear=all>
[[Category:Mathematical programming languages]]

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

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

1
Lang/SPAD/ABC-Problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/ABC-Problem/SPAD

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/SPAD

1
Lang/SPAD/Bernoulli-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bernoulli-numbers/SPAD

1
Lang/SPAD/Combinations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Combinations/SPAD

1
Lang/SPAD/Matrix-arithmetic Symbolic link
View file

@ -0,0 +1 @@
../../Task/Matrix-arithmetic/SPAD

View file

@ -0,0 +1 @@
../../Task/Matrix-exponentiation-operator/SPAD

View file

@ -0,0 +1 @@
../../Task/Matrix-multiplication/SPAD

View file

@ -0,0 +1 @@
../../Task/Matrix-transposition/SPAD

View file

@ -0,0 +1 @@
../../Task/Monty-Hall-problem/SPAD

View file

@ -0,0 +1 @@
../../Task/Prime-decomposition/SPAD

1
Lang/SPAD/README Normal file
View file

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