Differences between revisions 9 and 19 (spanning 10 versions)
Revision 9 as of 2009-02-05 15:06:12
Size: 350
Editor: SimonMarsden
Comment:
Revision 19 as of 2013-12-21 11:22:32
Size: 1172
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Basic Examples ==
== Beginners ==
Line 9: Line 10:
[[Studio/EncodeDecodeDates| Fun with dates]]  
Line 11: Line 12:
[[Studio/GrilleCyphers| Fun with Grille cyphers]] == Easy Examples ==
Line 13: Line 14:
[[Studio/HtmlWithClasses| Fun with HTML and CSS]] [[Studio/LetterDiamonds | More Fun than other Languages!]] See how APL trounces other computer languages in a simple programming challenge.
 
[[Studio/GrilleCyphers| Fun with Grille cyphers]] A 500-year old way of sending secret messages.
Line 15: Line 18:
[[Studio/ConvexHull| Convex Hull Algorithm]] [[Studio/SecretMessages| Fun with Photos]] A more modern way of hiding secret messages in pictures.

[[Studio/FunWithText| Fun with Text]] Did Shakespeare write the Bible? An example of reading text files.

[[Studio/GameOfLifeAnimation|Animating Conway's Game of Life]] A simple example of creating pictures in APLX


== Intermediate and Advanced ==

[[Studio/FunWithWordSearch| Fun with Word Search]] All the fun you can have in a small English village?

[[Studio/EncodeDecodeDates| Fun with dates]] Handling dates in APL, including examples of using .NET

[[Studio/HtmlWithClasses| Fun with HTML and CSS]] Using APL to generate a web page

[[Studio/ConvexHull| Convex Hull Algorithm]] An example of creating a geometric algorithm

Studio

Beginners

Simple Examples of APL in action

Fun with functions

 

Easy Examples

More Fun than other Languages! See how APL trounces other computer languages in a simple programming challenge.

Fun with Grille cyphers A 500-year old way of sending secret messages.

Fun with Photos A more modern way of hiding secret messages in pictures.

Fun with Text Did Shakespeare write the Bible? An example of reading text files.

Animating Conway's Game of Life A simple example of creating pictures in APLX

Intermediate and Advanced

Fun with Word Search All the fun you can have in a small English village?

Fun with dates Handling dates in APL, including examples of using .NET

Fun with HTML and CSS Using APL to generate a web page

Convex Hull Algorithm An example of creating a geometric algorithm

Studio (last edited 2017-02-16 19:39:26 by KaiJaeger)