Differences between revisions 187 and 207 (spanning 20 versions)
Revision 187 as of 2009-12-28 18:36:12
Size: 2131
Editor: KaiJaeger
Comment:
Revision 207 as of 2012-02-18 18:09:23
Size: 1678
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
= APL wiki Frontpage = = APL Wiki Frontpage =
Line 10: Line 10:
## ||<tablestyle="background:magenta; both; font-size:large; font-weight: bold; margin: 0.5em 0 1em 1em;"> /!\ The APL wiki will not be available on 2009-03-07 due to maintenance work|| ##  ||<tablestyle="background:magenta; both; font-size:large; font-weight: bold; margin: 0.5em 0 1em 1em;"> /!\ The APL wiki will not be available on 2010-01-22 due to maintenance work||
Line 15: Line 15:
If you are curious about APL consider reading Bernard Legrand's excellent article [[http://www.vector.org.uk/archive/v231/legrand.htm|"APL - a Glimpse of Heaven"]] on [[http://www.vector.org.uk/|Vector]].
Line 16: Line 17:

{{{#!html
<div style="position: relative; float: right; margin-left: 10px;">
}}}
{{{#!html
<div class="highlights">
<h1>}}}
Highlights
{{{#!html
</h1>
}}}

[[HelloWorld|"Hello World" with APL]]

[[AplIn20Minutes|APL in 20 Minutes]]

[[AplOnYouTube|APL on YouTube]]

[[Open Source APL: NARS2000]]

[[LearnApl/LearningApl | The wiki tutoral: "Learning APL" ]]

{{{#!html
</div>
}}}

{{{#!html
<div class="highlights">
<h1>}}}
Help shortcuts
{{{#!html
</h1>
}}}

[[FrontPage/AboutTheWiki|About the APL wiki]]

[[BeginnersStartHere|Beginners start here]]

[[WhyYouShouldHaveAnAccount|Why you should have an account]]

[[AplCharacters|APL characters]]

[[HowToBecomeAnAuthor|How to become an author]]

[[TestPage|Gain experience on the TestPage]]

[[AuthorConventions|Author conventions]]

[[EditingGuidelines|Editing guidelines]]

{{{#!html
</div></div>
}}}
Line 72: Line 20:
||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column1)>> ||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column2)>> || ##||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column1)>> ||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column2)>> ||

{{{
#!html<div id="col1">
}}}
<<Include(/Column1)>>
{{{
#!html</div>
}}}

{{{
#!html<div id="col1">
}}}
<<Include(/Column2)>>
{{{
#!html</div>
}}}

{{{
#!html<div id="col1">
}}}
<<Include(/Column3)>>
{{{
#!html</div>
}}}

APL Wiki Frontpage

This wiki is about the APL Programming Language, one of the oldest (in terms of age) and youngest (in terms of concepts) of all programming languages. It is an interpreted language with built-in array capabilities and outstanding debugging features that makes the language a perfect choice for the agile approach.

If you are curious about APL consider reading Bernard Legrand's excellent article "APL - a Glimpse of Heaven" on Vector.


FrontPage (last edited 2020-03-25 11:10:14 by KaiJaeger)