Differences between revisions 207 and 209 (spanning 2 versions)
Revision 207 as of 2012-02-18 18:09:23
Size: 1678
Editor: KaiJaeger
Comment:
Revision 209 as of 2012-02-18 18:16:44
Size: 2385
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

## TABULAR LAYOUT COPIED FROM THE J WIKI

##||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column1)>> ||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column2)>> ||

{{{
#!html<div id="col1">
{{{#!html
<div style="position: relative; float: right; margin-left: 10px;">
Line 25: Line 20:
<<Include(/Column1)>>
{{{
#!html</div>
{{{#!html
<div class="highlights">
<h1>}}}
Highlights
{{{#!html
</h1>
Line 30: Line 28:
{{{
#!html<div id="col1">
}}}
<<Include(/Column2)>>
{{{
#!html</div>
[[HelloWorld|"Hello World" with APL]]

[[PhraseBook|Useful APL phrases]]

[[AplIn20Minutes|APL in 20 Minutes]]

[[AplVideos | APL Videos]]

[[Open Source APL: NARS2000]]

[[LearnApl/LearningApl | Tutorial: "Learning APL" ]]

{{{#!html
</div>
Line 38: Line 44:
{{{
#!html<div id="col1">
{{{#!html
<div class="highlights">
<h1>}}}
Help shortcuts
{{{#!html
</h1>
Line 41: Line 51:
<<Include(/Column3)>>
{{{
#!html</div>

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

[[BeginnersStartHere|Beginners start here]]

[[WhyYouShouldHaveAnAccount|Why should I have an account?]]

[[AplCharacters|APL characters]]

[[HowToBecomeAnAuthor|How to become an author]]

[[HelpOnPageCreation|How to create a new page]]

Gain experience on the [[http://sandbox.aplwiki.com|sandbox]]

[[AuthorConventions|Author conventions]]

[[EditingGuidelines|Editing guidelines]]

{{{#!html
</div></div>
Line 45: Line 73:


||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column1)>> ||<style="background-color:#FFFAE8; border:none;" 50%> <<Include(/Column2)>> ||

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)