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

View file

@ -0,0 +1,17 @@
{{language|TypeScript
|exec=JavaScript
|strength=weak
|express=implicit
|checking=dynamic, static
|gc=yes
|parampass=value
|LCT=yes|{{language programming paradigm|Object-oriented}}{{language programming paradigm|functional}}{{language programming paradigm|structured}}{{language programming paradigm|generic}}{{language programming paradigm|imperative}}{{language programming paradigm|scripting}}}}
'''TypeScript''' is a free and open source programming language developed and maintained by Microsoft. It is a strict superset of [[JavaScript]], and adds optional static typing and class-based [[object-oriented language|object-oriented programming language]] programming to the language. Anders Hejlsberg, lead architect of [[C sharp|C#]] and creator of [[Delphi]] and [[Turbo Pascal]], has worked on the development of TypeScript.
==Citations==
*[[wp:TypeScript|Wikipedia:TypeScript]]
{{language programming paradigm|Imperative}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Generic}}

View file

@ -0,0 +1 @@
../../Task/Caesar-cipher/TypeScript

View file

@ -0,0 +1 @@
../../Task/Fractal-tree/TypeScript

View file

@ -0,0 +1 @@
../../Task/Greatest-common-divisor/TypeScript

1
Lang/TypeScript/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/TypeScript

1
Lang/TypeScript/README Normal file
View file

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

View file

@ -0,0 +1 @@
../../Task/Vigen-re-cipher/TypeScript