Differences between revisions 2 and 19 (spanning 17 versions)
Revision 2 as of 2009-07-24 21:22:49
Size: 1972
Editor: anonymous
Comment: forgot to rename it before saving first time
Revision 19 as of 2009-07-26 08:04:10
Size: 2910
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
== wikipedia APL page revamp ==
At the latest BAA London meeting we discussed improving the wikipedia page: http://en.wikipedia.org/wiki/APL_(programming_language). Below is a suggestion for inserting as the opening section with a view to moving the present introduction to the History section where it more properly belongs. We see the most important things as making a casual reader want to read on; to leave out everything that will be just as well left until later; and to ensure that everything we say is verifiable. This means adding citations wherever we make a claim that can be challenged. Here is our first attempt.
----
== APL (programming language) ==
APL is one of the oldest programming languages and an important influence on the development of spreadsheets, functional programming, !MatLab, R, Mathematica, and its descendent languages J, K and q. It is a dynamic language based on Iverson's mathematical notation, in which arrays are primary and loops are rare.
== Wikipedia APL page revamp ==
At the latest [[BAALondon|BAA London]] meeting we discussed improving the [[http://en.wikipedia.org/wiki/APL_(programming_language)|Wikipedia article on APL]]. We believe the present opening implies an article of primarily historical interest. After reviewing articles on Ruby, COBOL and PHP, we drafted a new one. We propose to move the present two opening paragraphs to the beginning of the History of APL section. Here they are.
Line 8: Line 5:
It flourishes in scientific, actuarial, statistical and financial applications, and is favoured by domain experts writing software for their own purposes. APL and its descendent languages are also associated with rapid and lightweight development projects in volatile business environments. === Present introduction ===
APL (A Programming Language) is an array programming language based on a notation invented in 1957 by Kenneth E. Iverson while at Harvard University. It originated as an attempt to provide consistent notation for the teaching and analysis of topics related to the application of computers. Iverson published his notation in 1962 in a book titled A Programming Language. By 1965, a subset of the notation was implemented as a programming language, then known as IVSYS. Later, prior to its commercial release, APL got its name from the title of the book. Iverson received the Turing Award in 1979 for his work.
Line 10: Line 8:
APL interpreters are available for a wide range of platforms including PCs, Macs, Linux and handhelds. Recent extensions to APL interpreters and IDEs include:
 * support for class/object programming and .Net assemblies
 * XML-array conversion primitives
 * support for Subversion and Unicode text handling
Iverson's notation was later used to describe the IBM System/360 machine architecture, a description much more concise and exact than the existing documentation and revealing several previously unnoticed problems. Later, a Selectric typeball was specially designed to write a linear representation of this notation. This distinctive aspect of APL, the use of a special character set visually depicting the operations to be performed, remains fundamentally unchanged today.

=== Goals for a new introduction ===
Before editing the Wikipedia page, we will refine our draft here, and collect citations for the facts presented.

Our goals in the opening are to

 * identify features of the language that might attract new users of it
 * identify aspects of APL development style that might attract sponsors of software projects
 * establish that the language is in active use, with up-to-date interpreters

We must also meet two constraints: avoid contentious claims, and ensure what we say is verifiable. This means adding citations wherever we make a claim that can be challenged. Here is our first draft.

'''Please add comments and questions as "wiki comments" - see HelpOnComments for details. Note that !JavaScript needs to be enabled to take advantage of this feature.'''

=== New draft ===
See: WikipediaAplPageRevamp/WikiDraft
Line 18: Line 30:

Thanks to Melvin Cowznofski & John Scholes for citations so far.

Wikipedia APL page revamp

At the latest BAA London meeting we discussed improving the Wikipedia article on APL. We believe the present opening implies an article of primarily historical interest. After reviewing articles on Ruby, COBOL and PHP, we drafted a new one. We propose to move the present two opening paragraphs to the beginning of the History of APL section. Here they are.

Present introduction

APL (A Programming Language) is an array programming language based on a notation invented in 1957 by Kenneth E. Iverson while at Harvard University. It originated as an attempt to provide consistent notation for the teaching and analysis of topics related to the application of computers. Iverson published his notation in 1962 in a book titled A Programming Language. By 1965, a subset of the notation was implemented as a programming language, then known as IVSYS. Later, prior to its commercial release, APL got its name from the title of the book. Iverson received the Turing Award in 1979 for his work.

Iverson's notation was later used to describe the IBM System/360 machine architecture, a description much more concise and exact than the existing documentation and revealing several previously unnoticed problems. Later, a Selectric typeball was specially designed to write a linear representation of this notation. This distinctive aspect of APL, the use of a special character set visually depicting the operations to be performed, remains fundamentally unchanged today.

Goals for a new introduction

Before editing the Wikipedia page, we will refine our draft here, and collect citations for the facts presented.

Our goals in the opening are to

  • identify features of the language that might attract new users of it
  • identify aspects of APL development style that might attract sponsors of software projects
  • establish that the language is in active use, with up-to-date interpreters

We must also meet two constraints: avoid contentious claims, and ensure what we say is verifiable. This means adding citations wherever we make a claim that can be challenged. Here is our first draft.

Please add comments and questions as "wiki comments" - see HelpOnComments for details. Note that JavaScript needs to be enabled to take advantage of this feature.

New draft

See: WikipediaAplPageRevamp/WikiDraft


That's it.

Please comment on it, add suggestions, criticise, but most importantly give us your knowledge. Where is there, for example, a published account that APL influenced the development of MatLab? Perhaps it didn't. Knowing it did isn't enough. Over to you. -- PhilLast 2009-07-24 21:18:17

Thanks to Melvin Cowznofski & John Scholes for citations so far.


CategoryBaaLondon

WikipediaAplPageRevamp (last edited 2009-07-26 08:04:10 by KaiJaeger)