Dyalog APL: Difference between revisions

From Rosetta Code
Content added Content deleted
(updated description)
imported>MaD70
(Added link to a web browser interface to the interpreter)
 
Line 8: Line 8:
This cross-platform APL interpreter is available for Mac OS, Microsoft
This cross-platform APL interpreter is available for Mac OS, Microsoft
Windows, Linux, AIX and the Raspberry Pi.
Windows, Linux, AIX and the Raspberry Pi.

It can be tried in a browser (with some limitation) at [https://tryapl.org Try APL].

Latest revision as of 12:09, 3 January 2024

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Dyalog APL is an implementation of APL. Other implementations of APL.

Dyalog is a modern, multi-paradigm programming environment that combines the array-oriented APL notation with functional, procedural and object-oriented programming.

This cross-platform APL interpreter is available for Mac OS, Microsoft Windows, Linux, AIX and the Raspberry Pi.

It can be tried in a browser (with some limitation) at Try APL.