new files

This commit is contained in:
Ingy döt Net 2013-04-10 12:38:42 -07:00
parent 3af7344581
commit 86c034bb8b
1364 changed files with 21352 additions and 0 deletions

9
Lang/0815/0DESCRIPTION Normal file
View File

@ -0,0 +1,9 @@
{{language|0815}}
'''0815''' is an esoteric programming language designed and implemented between December 2012 and January 2013 by [[Paulo Jorente]]
==See also==
* [http://esolangs.org/wiki/0815 0815 Esolangs] – 0815 on Esolangs
* [http://pjorente.pj.funpic.de/poncho/esolang/ 0815 page] – features specs, programs and an interpreter.
[[Category:Esoteric_Languages]]

View File

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

View File

@ -0,0 +1,2 @@
{{stub}}{{language}}
[[Category:Assembly]]

1
Lang/360-Assembly/Comments Symbolic link
View File

@ -0,0 +1 @@
../../Task/Comments/360-Assembly

8
Lang/A+/0DESCRIPTION Normal file
View File

@ -0,0 +1,8 @@
{{language|A+
|site=http://www.aplusdev.org/
}}
A+ is an array programming language, which is derived from the programming language [[derived from::A]], a dialect of [[APL]] with aggressive extensions. Arthur Whitney developed the "A" portion of A+, while other developers at Morgan Stanley extended it, adding a graphical user interface and other language features. A+ was designed for numerically intensive applications, especially those found in financial applications. A+ runs on many Unix variants, including Linux. A+ is a high-level, interactive, interpreted language.[[#Citation|[1]]]
==Citations==
#[[wp:A%2B_(programming_language)|Wikipedia A+]]

2
Lang/ABAP/0DESCRIPTION Normal file
View File

@ -0,0 +1,2 @@
{{stub}}{{language|site=http://www.sdn.sap.com/irj/sdn/abap}}
ABAP (Advanced Business Application Programming) is a programming language developed by the german software vendor SAP. It is mainly used to build high performance business applications.

View File

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

View File

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

1
Lang/ABAP/Anagrams Symbolic link
View File

@ -0,0 +1 @@
../../Task/Anagrams/ABAP

View File

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

1
Lang/ABAP/Quine Symbolic link
View File

@ -0,0 +1 @@
../../Task/Quine/ABAP

10
Lang/ACL2/0DESCRIPTION Normal file
View File

@ -0,0 +1,10 @@
{{stub}}
{{language
|site=http://userweb.cs.utexas.edu/users/moore/acl2/
|strength=strong
|safety=unsafe
|checking=dynamic
|gc=yes
|LCT=yes}}
{{language programming paradigm|Functional}}
ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models.

View File

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

1
Lang/ACL2/Arrays Symbolic link
View File

@ -0,0 +1 @@
../../Task/Arrays/ACL2

1
Lang/ACL2/Binary-search Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-search/ACL2

1
Lang/ACL2/Comments Symbolic link
View File

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

1
Lang/ACL2/FizzBuzz Symbolic link
View File

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

1
Lang/ACL2/Knuth-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Knuth-shuffle/ACL2

1
Lang/ACL2/Quine Symbolic link
View File

@ -0,0 +1 @@
../../Task/Quine/ACL2

1
Lang/ACL2/Search-a-list Symbolic link
View File

@ -0,0 +1 @@
../../Task/Search-a-list/ACL2

1
Lang/AWK/99-Bottles-of-Beer Symbolic link
View File

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

1
Lang/AWK/Ackermann-function Symbolic link
View File

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

1
Lang/AWK/Balanced-brackets Symbolic link
View File

@ -0,0 +1 @@
../../Task/Balanced-brackets/AWK

1
Lang/AWK/Best-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Best-shuffle/AWK

1
Lang/AWK/Binary-search Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-search/AWK

1
Lang/AWK/Caesar-cipher Symbolic link
View File

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

1
Lang/AWK/Delete-a-file Symbolic link
View File

@ -0,0 +1 @@
../../Task/Delete-a-file/AWK

View File

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/AWK

1
Lang/AWK/Knuth-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Knuth-shuffle/AWK

1
Lang/AWK/Ordered-words Symbolic link
View File

@ -0,0 +1 @@
../../Task/Ordered-words/AWK

1
Lang/AWK/Search-a-list Symbolic link
View File

@ -0,0 +1 @@
../../Task/Search-a-list/AWK

View File

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

View File

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

View File

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/ActionScript

View File

@ -0,0 +1 @@
../../Task/Search-a-list/ActionScript

20
Lang/Ada/0DESCRIPTION Normal file
View File

@ -0,0 +1,20 @@
{{language|Ada
|exec=machine
|gc=allowed
|parampass=both
|checking=static
|compat=nominative
|express=explicit
|strength=strong
|safety=safe
|LCT=yes
|bnf=http://www.adaic.org/standards/1zrm/html/RM-P.html}}'''Ada''' is a structured, statically typed [[imperative programming|imperative]] computer programming language. Ada was initially standardized by [[ANSI]] in 1983 and by [[ISO]] in 1987. This version of the language is commonly known as [[Ada 83]]. The next version was standardized by ISO in 1995 (ISO/IEC 8652:1995) and is commonly known as [[Ada 95]]. Following that ISO published ISO/IEC 8652:1995/Amd 1:2007 in 2007, which is commonly known as [[Ada 2005]]. Most recently ISO published [http://www.ada-auth.org/standards/12rm/html/RM-TTL.html ISO/IEC 8652:2012(E)], commonly known as [[Ada 2012]]. Formally only the most recent version of the language is known as '''Ada'''.
The language is named after [[wp:Ada_Lovelace|Augusta Ada King, Countess of Lovelace]] thought to be the first ever programmer. Initially it was designed for [http://www.defense.gov U.S. Department of Defense]. The language is used for large and mission-critical systems. See [[wp:Ada_(programming_language)|also]].
==Grammar==
* [[wp:Van Wijngaarden grammar|W-Grammar]] Description for Ada. Air Force Inst. of Tech., Wright-Patterson [http://www.ntis.gov/search/product.aspx?ABBR=ADA177802 - Master's thesis]
{{Language programming paradigm|Concurrent}}
{{Language programming paradigm|Distributed}}
{{Language programming paradigm|Generic}}
{{Language programming paradigm|Imperative}}
{{Language programming paradigm|Object-oriented}}

1
Lang/Ada/99-Bottles-of-Beer Symbolic link
View File

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

1
Lang/Ada/Ackermann-function Symbolic link
View File

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

1
Lang/Ada/Anagrams Symbolic link
View File

@ -0,0 +1 @@
../../Task/Anagrams/Ada

1
Lang/Ada/Arrays Symbolic link
View File

@ -0,0 +1 @@
../../Task/Arrays/Ada

1
Lang/Ada/Assertions Symbolic link
View File

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

1
Lang/Ada/Balanced-brackets Symbolic link
View File

@ -0,0 +1 @@
../../Task/Balanced-brackets/Ada

1
Lang/Ada/Balanced-ternary Symbolic link
View File

@ -0,0 +1 @@
../../Task/Balanced-ternary/Ada

1
Lang/Ada/Best-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Best-shuffle/Ada

1
Lang/Ada/Binary-search Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-search/Ada

1
Lang/Ada/Binary-strings Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-strings/Ada

1
Lang/Ada/Bulls-and-cows Symbolic link
View File

@ -0,0 +1 @@
../../Task/Bulls-and-cows/Ada

1
Lang/Ada/Caesar-cipher Symbolic link
View File

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

1
Lang/Ada/Calendar Symbolic link
View File

@ -0,0 +1 @@
../../Task/Calendar/Ada

View File

@ -0,0 +1 @@
../../Task/Check-that-file-exists/Ada

View File

@ -0,0 +1 @@
../../Task/Checkpoint-synchronization/Ada

1
Lang/Ada/Classes Symbolic link
View File

@ -0,0 +1 @@
../../Task/Classes/Ada

View File

@ -0,0 +1 @@
../../Task/Closest-pair-problem/Ada

1
Lang/Ada/Collections Symbolic link
View File

@ -0,0 +1 @@
../../Task/Collections/Ada

1
Lang/Ada/Comments Symbolic link
View File

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

View File

@ -0,0 +1 @@
../../Task/Define-a-primitive-data-type/Ada

1
Lang/Ada/Delegates Symbolic link
View File

@ -0,0 +1 @@
../../Task/Delegates/Ada

1
Lang/Ada/Delete-a-file Symbolic link
View File

@ -0,0 +1 @@
../../Task/Delete-a-file/Ada

View File

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

View File

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/Ada

1
Lang/Ada/Entropy Symbolic link
View File

@ -0,0 +1 @@
../../Task/Entropy/Ada

1
Lang/Ada/FizzBuzz Symbolic link
View File

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

1
Lang/Ada/Forest-fire Symbolic link
View File

@ -0,0 +1 @@
../../Task/Forest-fire/Ada

1
Lang/Ada/Infinity Symbolic link
View File

@ -0,0 +1 @@
../../Task/Infinity/Ada

1
Lang/Ada/JSON Symbolic link
View File

@ -0,0 +1 @@
../../Task/JSON/Ada

1
Lang/Ada/Knuth-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Knuth-shuffle/Ada

1
Lang/Ada/Narcissist Symbolic link
View File

@ -0,0 +1 @@
../../Task/Narcissist/Ada

1
Lang/Ada/Ordered-words Symbolic link
View File

@ -0,0 +1 @@
../../Task/Ordered-words/Ada

1
Lang/Ada/Pi Symbolic link
View File

@ -0,0 +1 @@
../../Task/Pi/Ada

1
Lang/Ada/Quine Symbolic link
View File

@ -0,0 +1 @@
../../Task/Quine/Ada

1
Lang/Ada/Search-a-list Symbolic link
View File

@ -0,0 +1 @@
../../Task/Search-a-list/Ada

View File

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

View File

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

View File

@ -0,0 +1 @@
../../Task/Balanced-brackets/BASIC

1
Lang/BASIC/Binary-search Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-search/BASIC

1
Lang/BASIC/Binary-strings Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-strings/BASIC

1
Lang/BASIC/Bulls-and-cows Symbolic link
View File

@ -0,0 +1 @@
../../Task/Bulls-and-cows/BASIC

View File

@ -0,0 +1 @@
../../Task/Check-that-file-exists/BASIC

View File

@ -0,0 +1 @@
../../Task/Color-of-a-screen-pixel/BASIC

1
Lang/BASIC/Delete-a-file Symbolic link
View File

@ -0,0 +1 @@
../../Task/Delete-a-file/BASIC

View File

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/BASIC

1
Lang/BASIC/Knuth-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Knuth-shuffle/BASIC

1
Lang/BASIC/Search-a-list Symbolic link
View File

@ -0,0 +1 @@
../../Task/Search-a-list/BASIC

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
../../Task/Balanced-brackets/Befunge

1
Lang/C/99-Bottles-of-Beer Symbolic link
View File

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

1
Lang/C/Ackermann-function Symbolic link
View File

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

1
Lang/C/Balanced-brackets Symbolic link
View File

@ -0,0 +1 @@
../../Task/Balanced-brackets/C

1
Lang/C/Best-shuffle Symbolic link
View File

@ -0,0 +1 @@
../../Task/Best-shuffle/C

1
Lang/C/Binary-search Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-search/C

1
Lang/C/Binary-strings Symbolic link
View File

@ -0,0 +1 @@
../../Task/Binary-strings/C

1
Lang/C/Bulls-and-cows Symbolic link
View File

@ -0,0 +1 @@
../../Task/Bulls-and-cows/C

1
Lang/C/Caesar-cipher Symbolic link
View File

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

View File

@ -0,0 +1 @@
../../Task/Check-that-file-exists/C

View File

@ -0,0 +1 @@
../../Task/Checkpoint-synchronization/C

View File

@ -0,0 +1 @@
../../Task/Color-of-a-screen-pixel/C

1
Lang/C/Death-Star Symbolic link
View File

@ -0,0 +1 @@
../../Task/Death-Star/C

Some files were not shown because too many files have changed in this diff Show More