Differences between revisions 48 and 50 (spanning 2 versions)
Revision 48 as of 2009-01-09 16:54:02
Size: 1261
Editor: KaiJaeger
Comment:
Revision 50 as of 2009-01-13 14:48:33
Size: 1189
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
<<BR>>
 * APLAPL is a pure Dyalog project.
Line 4: Line 6:
The basic idea behind APLAPL is to provide classes for every-day-problems programmers typically come across.  * APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
Line 6: Line 8:
Sub-projects of APLAPL '''must''' follow certain [[AplAplStandards | standards]]

By definition all APLAPL projects must be classes, or at least scripts. For the time being (2009-01) this restricts the APLAPL project to Dyalog and APLX.
 * Sub-projects of APLAPL '''must''' follow certain standards - see AplAplStandards for details.

APL Application Programming Library (APLAPL)


  • APLAPL is a pure Dyalog project.
  • APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
  • Sub-projects of APLAPL must follow certain standards - see AplAplStandards for details.


Name

Dyalog

APLX

Description

APLTeamUtils

(./)

-

General utilities

ADOC

(./)

-

Automated Documentation Generation

Hash

(./)

-

Managing key/value-pairs

IniFiles

(./)

-

Dealing with INI files

Logger

(./)

-

Writing Log Files

ShowChmHelp

(./)

-

Display help files and topics within help files

WindowsEventLog

(./)

-

Dealing with the Windows Event Log

WinFile

(./)

-

Dealing with files and directories

WinReg

(./)

-

Dealing with the Windows Registry


CategoryOpenSourceApl

CategoryAplTree (last edited 2018-03-04 12:46:55 by KaiJaeger)