Differences between revisions 8 and 14 (spanning 6 versions)
Revision 8 as of 2010-04-24 07:15:23
Size: 2039
Editor: KaiJaeger
Comment:
Revision 14 as of 2014-08-22 13:39:48
Size: 3156
Editor: KaiJaeger
Comment: "Depth-First Tree-Search" video added.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from AplOnYouTube
Line 5: Line 6:
== Training Videos == == Entertainment ==
Line 7: Line 8:
=== Dyalog APL for APL old hands ===
[[ http://www.youtube.com/watch?v=XN1l1WiYc_o&feature=channel | Dyalog APL for old timers]] by DanBaronet
  [[https://www.youtube.com/watch?v=DsZdfnlh_d0 | Depth-First Tree-Search in Dyalog APL]] by John Scholes. Simply great.
Line 10: Line 11:
=== Using a Browser OCX control in Dyalog APL === === Soduko ===
Line 12: Line 13:
[[http://www.youtube.com/watch?v=MJvHpExoV5o | How to use the Microsoft Web Browser OCX control in Dyalog APL]] by DanBaronet.

=== Example of a class in Dyalog APL ===

[[http://www.youtube.com/watch?v=sVnJtMRhi9k&feature=channel | OO Example of class in Dyalog APL ]] by DanBaronet.

=== 'hello world' in APL ===
[[ http://www.youtube.com/watch?v=X8HGPJhHSRY&feature=channel | Producing a standalone 'hello world' program in APL]] by DanBaronet.

== Feature Presentations ==

=== APL and Unicode ===
[[http://www.youtube.com/user/DyalogLtd#p/a/u/2/GdG04m1IQ0A | How about a Nice Game of Chess?]] by MortenKromberg.

Morten Kromberg, CTO of Dyalog Ltd, shows why Unicode is a good thing, using Dyalog APL version 12.0 to build a GUI for playing Chess using Excel as a multi-dimensional database for recording the moves.
== Entertainment ==
[[http://www.youtube.com/watch?v=DmT80OseAGs | A Soduko solver ]] by John Scholes. Pure functional programming: no variables, no states, no side effects and of course no loops - just a couple of primitives called in the right order.
Line 46: Line 32:

== Training Videos ==

=== Dyalog APL for APL old hands ===
[[ http://www.youtube.com/watch?v=XN1l1WiYc_o&feature=channel | Dyalog APL for experienced users]] by DanBaronet

=== Using a Browser OCX control in Dyalog APL ===

[[http://www.youtube.com/watch?v=MJvHpExoV5o | How to use the Microsoft Web Browser OCX control in Dyalog APL]] by DanBaronet.

=== Example of a class in Dyalog APL ===

[[http://www.youtube.com/watch?v=sVnJtMRhi9k&feature=channel | OO Example of class in Dyalog APL ]] by DanBaronet.

=== 'hello world' in APL ===
[[ http://www.youtube.com/watch?v=X8HGPJhHSRY&feature=channel | Producing a standalone 'hello world' program in APL]] by DanBaronet.

=== Namespaces in Dyalog APL ===

[[ http://www.youtube.com/watch?v=XS5Hekf9a9I | This shows what namespaces are in APL, how to create one and how to use them]]

=== APL2000 videos ===

 [[https://www.youtube.com/watch?v=dtomQi69OUI | Multi-language solution ]] by AjayAskoolum

 [[https://www.youtube.com/watch?v=C3flWAK_MiI | APLWIN: Generate data and share with XML ]] by AjayAskoolum

 [[https://www.youtube.com/watch?v=ljXxtE_44R0 | COM automation interface highlights ]] by AjayAskoolum

*** Other videos can be found on !YouTube, search for 'APLtrainer' to see the entire list ***

== Feature Presentations ==

=== APL and Unicode ===
[[http://www.youtube.com/user/DyalogLtd#p/a/u/2/GdG04m1IQ0A | How about a Nice Game of Chess?]] by MortenKromberg.

Morten Kromberg, CTO of Dyalog Ltd, shows why Unicode is a good thing, using Dyalog APL version 12.0 to build a GUI for playing Chess using Excel as a multi-dimensional database for recording the moves.

Line 51: Line 76:

=== Fun ===

[[http://www.youtube.com/watch?v=IUaelAGZ_N0|Hitler on []IO]]

APL Videos

Entertainment

Depth-First Tree-Search in Dyalog APL by John Scholes. Simply great.

Soduko

A Soduko solver by John Scholes. Pure functional programming: no variables, no states, no side effects and of course no loops - just a couple of primitives called in the right order.

Conway's "Game of Life" in APL

Conway's "Game of Life" in APL by JohnScholes.

John first develops a program to calculate the next generation in a Game Of Life and then writes a piece of code that actually displays it, all in less than 8 minutes. This is an amazing example of what you can achieve with APL in case you know what you are doing.

Phi with APL

Palindromic Expression for Phi in APL by PhilLast.

Training Videos

Dyalog APL for APL old hands

Dyalog APL for experienced users by DanBaronet

Using a Browser OCX control in Dyalog APL

How to use the Microsoft Web Browser OCX control in Dyalog APL by DanBaronet.

Example of a class in Dyalog APL

OO Example of class in Dyalog APL by DanBaronet.

'hello world' in APL

Producing a standalone 'hello world' program in APL by DanBaronet.

Namespaces in Dyalog APL

This shows what namespaces are in APL, how to create one and how to use them

APL2000 videos

*** Other videos can be found on YouTube, search for 'APLtrainer' to see the entire list ***

Feature Presentations

APL and Unicode

How about a Nice Game of Chess? by MortenKromberg.

Morten Kromberg, CTO of Dyalog Ltd, shows why Unicode is a good thing, using Dyalog APL version 12.0 to build a GUI for playing Chess using Excel as a multi-dimensional database for recording the moves.

Misc

Interview with the APL originators from 1974

Talk show style interview with the original developers of APL from 1974 (MySpace video).

Fun

Hitler on []IO

AplVideos (last edited 2014-08-22 13:39:48 by KaiJaeger)