Differences between revisions 2 and 3
Revision 2 as of 2007-05-24 06:55:01
Size: 921
Editor: KaiJaeger
Comment:
Revision 3 as of 2008-08-20 18:57:18
Size: 925
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Read an HTML page and remove all HTML tags to get the real content of the page: [:AplIn20MinutesWithDyalogApl:Run it!] Read an HTML page and remove all HTML tags to get the real content of the page: [[AplIn20MinutesWithDyalogApl|Run it!]]
Line 15: Line 15:
??? [:AplIn20MinutesWithAplx:Run it!] ??? [[AplIn20MinutesWithAplx|Run it!]]
Line 19: Line 19:
??? [:AplIn20MinutesWithApl2:Run it!] ??? [[AplIn20MinutesWithApl2|Run it!]]
Line 23: Line 23:
??? [:AplIn20MinutesWithAplWin:Run it!] ??? [[AplIn20MinutesWithAplWin|Run it!]]

None of the "..in 20 minutes" documents is an introduction into APL. Instead they try to demonstrate shortly what APL is able to do, so it is more like an entertaining show. They are supposed to make you curious about APL, so the presumption is that you do not have any APL installed on your machine.

All examples are written in a way that should enable you to read it. You can easily identify what is entered by an imaginary user, and what is returned by the APL interpreter.

There are several dialects available to choose from. Each one has its strength.

APL in 20 minutes with...

  • Dyalog

Read an HTML page and remove all HTML tags to get the real content of the page: Run it!

  • APLX

??? Run it!

  • APL2

??? Run it!

  • APL+Win

??? Run it!

AplIn20Minutes (last edited 2017-02-16 19:31:38 by KaiJaeger)