APL Wiki:About: Difference between revisions
Miraheze>Adám Brudzewsky No edit summary |
Miraheze>Adám Brudzewsky |
||
Line 17: | Line 17: | ||
Inline APL code should use the format | Inline APL code should use the format | ||
<blockquote>< | <blockquote><pre>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</pre></blockquote> | ||
which results in | which results in | ||
<blockquote>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</blockquote> | <blockquote>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</blockquote> |
Revision as of 01:26, 31 October 2019
For many years APL Wiki was maintained by Kai Jäger as a MoinMoin wiki site. In 2019, APL Wiki was reborn as a MediaWiki site with content more in the style of Wikipedia. It is now maintained by Richard Park. Migration of content from the old APL Wiki is ongoing.
This wiki is a central repository and general information wiki for the APL programming language. There may be pages regarding other languages in the array-oriented and APL family (such as J and K), but these pages should be from the perspective of APL (as they could likely have entire wikis in their own rights).
Contributing
We welcome any and all contributions to APL Wiki, as long as they adhere to the general content standard as observed in existing pages. Currently, many links lead to pages that as of yet do not exist. Creating and populating these missing pages is especially appreciated.
MediaWiki documentation applies. Especially useful for you as a contributor are:
- Editing pages
- Starting a new page
- Links
- Formatting, however, when including APL code in a page, please follow the below guidelines.
Inline APL code
Inline APL code should use the format
The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.
which results in
The formula
(2=+⌿0=N∘.|N)/N←⍳100
computes primes.
APL code blocks
Inline APL code should use the format
The formula <source lang=apl>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.
which results in
The formula
(2=+⌿0=N∘.|N)/N←⍳100computes primes.
Optionally, you can indicate one or more APL dialects which are able to run the code:
The formula <source lang=apl>{(2=+⌿0=⍵∘.|⍵)/⍵}⍳100</source> {{Works in|[[Dyalog APL]], [[dzaima/APL]], [[GNU APL]], [[ngn/APL]]}} computes primes.
which results in
The formula
{(2=+⌿0=⍵∘.|⍵)/⍵}⍳100computes primes.
You can include a link to TryAPL or Try It Online with
The formula [https://tryapl.org/?a=%7B%282%3D+%u233F0%3D%u2375%u2218.%7C%u2375%29/%u2375%7D%u2373100&run Try it now!] <source lang=apl>{(2=+⌿0=⍵∘.|⍵)/⍵}⍳100</source> {{Works in|[[Dyalog APL]], [[dzaima/APL]], [[GNU APL]], [[ngn/APL]]}} computes primes.
which results in:
The formula
{(2=+⌿0=⍵∘.|⍵)/⍵}⍳100computes primes.
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 |