Main Page: Difference between revisions

From NARS2000
Jump to navigationJump to search
(add'l descr)
Line 45: Line 45:
* [[User-Defined Functions/Operators]]
* [[User-Defined Functions/Operators]]
* [[Session Manager]]
* [[Session Manager]]
* [[System Commands]] - These begin with ) and can only be entered from the keyboard
* [[System Commands]] - also known as hook commands, these commands begin with ) and can only be entered from the keyboard ('''not callable''' from '''user functions''')
* [[System Variables]] - also known as "quad" <apll>{quad}</apll> variables and quad functions
* [[System Variables]] - also known as "quad" <apll>{quad}</apll> variables
* [[Function Editing]]
* [[System Functions]] - also known as "quad" <apll>{quad}</apll> functions (these '''are callable''' from '''user functions''')
* [[Function Editing]] - of user functions
* [[Customization]]
* [[Customization]]
* [[Initialization and Workspace Files]]
* [[Initialization and Workspace Files]]
* [[Known Limitations]]
* [[Known Limitations]]
* [[Building_An_Executable|Building the Executable]] - Building the NARS2000.exe for 32-bit and 64-bit operating systems


== Adding to the Wiki ==
== Adding to the Wiki ==

Revision as of 06:04, 29 March 2015

Welcome to NARS2000 Wiki where Nested Arrays-APL-APL2, how they work and what they do - abundantly awaits you, as a learning tool and later as a great reference and refresher! This wiki also proposes to create an on-line reference for the APL Programming Language (this is a link to the article on Wikipedia) as implemented by NARS2000.

Useful NARS links: NARS2000 home page. Sudley Place APL Projects.
NARS2000 Download and NARS2000 Source Code at SourceForge.net.

Getting Started

Compatibility With Extended APL Standard

NARS2000 is compatible with the Extended APL Standard (ISO-IEC 13751). There are many consistent extensions, and a few unimplemented but optional features.

Detailed Documentation

Adding to the Wiki

Developer's Corner