Main Page: Difference between revisions
Miraheze>Adám Brudzewsky |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 1: | Line 1: | ||
__NOTITLE__ | |||
__NOTOC__ | __NOTOC__ | ||
{| style="border-spacing: 1ex;" | |||
| style="background:#f9f9f9;border:1px solid #ddd;padding:0 1em" colspan="2" | | |||
= Welcome to APL Wiki = | |||
This wiki is all about APL, an [https://en.wikipedia.org/wiki/Array_programming array-oriented programming language]. It has a powerful, concise [[syntactic overview|syntax]] that lets you develop shorter programs that enable you to think more about the problem you're trying to solve rather than how to express it to a computer. | This wiki is all about APL, an [https://en.wikipedia.org/wiki/Array_programming array-oriented programming language]. It has a powerful, concise [[syntactic overview|syntax]] that lets you develop shorter programs that enable you to think more about the problem you're trying to solve rather than how to express it to a computer. | ||
|- style="vertical-align:top" | |||
| style="background:#f5fffa;border:1px solid #cef2e0;padding:0 1em" | | |||
== Running APL == | == Running APL == | ||
{{Main|Running APL}} | {{Main|Running APL}} | ||
Traditionally a commercial language, there are now quite a few APL dialects available to download for free without feature limitations, and most of these can be tried online without installing anything. | Traditionally a commercial language, there are now quite a few APL dialects available to download for free without feature limitations, and most of these can be tried online without installing anything. | ||
| style="background:#f5faff;border:1px solid #cee0f2;padding:0 1em" | | |||
== Introduction to APL == | == Introduction to APL == | ||
Line 12: | Line 17: | ||
Taking up APL can ba a daunting task; a few introductory guides have been created to help in the process. | Taking up APL can ba a daunting task; a few introductory guides have been created to help in the process. | ||
|- style="vertical-align:top" | |||
| style="background:#faf5ff;border:1px solid #e0cef2;padding:0 1em" | | |||
== Who uses APL? == | == Who uses APL? == | ||
There are many [[case studies]] of both hobby and real-world APL applications. | There are many [[case studies]] of both hobby and real-world APL applications. | ||
Line 19: | Line 25: | ||
There are active [[:Category:user groups|user groups]] all around the globe, many of these hold regular in-person meet-ups. | There are active [[:Category:user groups|user groups]] all around the globe, many of these hold regular in-person meet-ups. | ||
| style="background:#fff5fa;border:1px solid #f2cee0;padding:0 1em" | | |||
== Contributing == | |||
{{Main|Contributing}} | |||
APL Wiki is an online open-content collaborative knowledge base; that is, a voluntary association of individuals and groups working to develop a common knowledge resource. The structure of the project allows anyone with an Internet connection to alter its content. APL Wiki is not directly affiliated with any particular individuals, companies, or organisations. | |||
|- | |||
| colspan="2" style="border:1px solid #e2e2e2;padding:0 1em" | | |||
== Examples == | == Examples == | ||
{{Main|Examples}} | {{Main|Examples}} | ||
Line 51: | Line 62: | ||
</source> | </source> | ||
{{Works in|[[Dyalog APL]], [[ngn/apl]]}} | {{Works in|[[Dyalog APL]], [[ngn/apl]]}} | ||
|} | |||
{{APL programming language}} | {{APL programming language}} | ||
{{APL community}} | {{APL community}} |
Revision as of 12:08, 31 October 2019
Welcome to APL WikiThis wiki is all about APL, an array-oriented programming language. It has a powerful, concise syntax that lets you develop shorter programs that enable you to think more about the problem you're trying to solve rather than how to express it to a computer. | |
Running APL
Traditionally a commercial language, there are now quite a few APL dialects available to download for free without feature limitations, and most of these can be tried online without installing anything. |
Introduction to APL
Taking up APL can ba a daunting task; a few introductory guides have been created to help in the process. |
Who uses APL?There are many case studies of both hobby and real-world APL applications. There is a popular APL chat room on Stack Exchange. There are active user groups all around the globe, many of these hold regular in-person meet-ups. |
Contributing
APL Wiki is an online open-content collaborative knowledge base; that is, a voluntary association of individuals and groups working to develop a common knowledge resource. The structure of the project allows anyone with an Internet connection to alter its content. APL Wiki is not directly affiliated with any particular individuals, companies, or organisations. |
Examples
APL's terseness means that substantial programs are expressable in a small space, relative to many other programming languages. Here are some examples: Split text by delimiter','(≠⊆⊢)'comma,delimited,text' ┌─────┬─────────┬────┐ │comma│delimited│text│ └─────┴─────────┴────┘ Works in: Dyalog APL
Conway's "Game of Life"John Scholes is famous for the following implementation of Conway's "Game of Life": ⊢world←2 2 2 2⊤0 12 5 2 4 1 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 {↑1 ⍵∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵} world 1 1 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 Works in: Dyalog APL, ngn/apl
|
Template:APL programming language
APL community [edit] | |
---|---|
Activities | Conferences ∙ User groups and meetups ∙ Iverson Award ∙ Exercises |
Chat rooms and forums | APL Farm ∙ APL Orchard ∙ APL Wiki |
People | Phil Abrams ∙ Brian Becker ∙ Bob Bernecky ∙ Larry Breed ∙ Charles Brenner ∙ Jim Brown ∙ Adám Brudzewsky ∙ Gitte Christensen ∙ Peter Donnelly ∙ John Earnest ∙ Adin Falkoff ∙ Garth Foster ∙ Lib Gibson ∙ Aaron Hsu ∙ Roger Hui ∙ Ken Iverson ∙ Morten Kromberg ∙ Dick Lathwell ∙ Marshall Lochbaum ∙ Eugene McDonnell ∙ Roger Moore ∙ Trenchard More ∙ Alan Perlis ∙ Raghu Ranganathan ∙ Henry Rich ∙ Al Rose ∙ John Scholes ∙ Ian Sharp ∙ Bob Smith ∙ Geoff Streeter ∙ Joey Tuttle ∙ Arthur Whitney |
Other | APL Trust ∙ APL Quote Quad ∙ Blogs ∙ Books ∙ Case studies ∙ Famous APL users ∙ Humour ∙ Jobs ∙ Merchandise ∙ Papers ∙ Podcasts ∙ TryAPL ∙ Try It Online ∙ Video channels |