Main Page: Difference between revisions
From NARS2000
Jump to navigationJump to search
m (added NARS2000 home page link, plain links span top of pg) |
m (more NARS/APL external links) |
||
Line 21: | Line 21: | ||
|} | |} | ||
</div> | </div> | ||
Welcome to the NARS2000 wiki. This wiki proposes to create an on-line reference for the <span class="plainlinks">[http://en.wikipedia.org/wiki/APL_(programming_language) APL Programming Language] (this is a link to the article on Wikipedia) as implemented by NARS2000. [http://www.nars2000.org/ NARS2000]</span> | Welcome to the NARS2000 wiki. This wiki proposes to create an on-line reference for the <span class="plainlinks">[http://en.wikipedia.org/wiki/APL_(programming_language) APL Programming Language] (this is a link to the article on Wikipedia) as implemented by NARS2000. [http://www.nars2000.org/ NARS2000] home page. [http://www.sudleyplace.com/APL/projects.html Sudley Place] APL Projects. [http://sourceforge.net/projects/nars2000/ NARS2000 Source Code] at SourceForge.net.</span> | ||
== Getting Started == | == Getting Started == | ||
* [[Introduction to APL]] | * [[Introduction to APL]] |
Revision as of 11:29, 21 March 2015
Thursday
21
November
2024
14:29 UTC
Welcome To The NARS2000 Project |
Welcome to the NARS2000 wiki. This wiki 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. NARS2000 home page. Sudley Place APL Projects. NARS2000 Source Code at SourceForge.net.
Getting Started
- Introduction to APL
- The language toolbar
- Keyboard - What keys are mapped to what symbols
- APL Font
- Platforms: Windows, Linux, Mac OS
- APL Wiki Tutorial
- Character names
- Error codes
- Examples
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.
- Consistent Extensions in NARS2000
- Optional Facilities Included in NARS2000
- Optional Facilities Missing from NARS2000
Detailed Documentation
- Language Features
- Control Structures
- User-Defined Functions/Operators
- Session Manager
- System Commands - These begin with ) and can only be entered from the keyboard
- System Variables - also known as "quad" ⎕ variables and quad functions
- Function Editing
- Customization
- Initialization and Workspace Files
- Known Limitations