APL Wiki Tutorial: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
Line 5: Line 5:
== Chapter 6: "Writing a Function"  ==
== Chapter 6: "Writing a Function"  ==
=== "Saving a workspace"  ===
=== "Saving a workspace"  ===
Using Windows default fodler (NARS2000) verus current directory (other implementations).
Using Windows default folder (NARS2000) versus current directory (other implementations).


== Chapter 10: "Built-in Functions"  ==
== Chapter 10: "Built-in Functions"  ==
Line 12: Line 12:


=== "Sorting and Coding Functions" ===
=== "Sorting and Coding Functions" ===
<apll>ORDER ← ⍋SYMBS</apll> does not work.
<apll>ORDER ← ⍋SYMBS</apll> signals a <apll>DOMAIN ERROR</apll> because there is no default left argument for monadic grade up/down.


== Chapter 14: "Error Handling"  ==
== Chapter 14: "Error Handling"  ==
=== Error trapping and Tracing ===
=== Error trapping and Tracing ===
Currently NARS2000 offers [ELX] as error trapping feature
Currently NARS2000 offers <apll>⎕ELX</apll> as error trapping feature

Revision as of 19:00, 3 August 2009

The APL Wiki Tutorial contains several references to NARS2000 regarding extraordinary behaviour and/or missing features. See http://aplwiki.com/LearnApl/LearningApl

The following shall be a complete list of those issues. Used to make changes to the wiki when appropriate.

Chapter 6: "Writing a Function"

"Saving a workspace"

Using Windows default folder (NARS2000) versus current directory (other implementations).

Chapter 10: "Built-in Functions"

"Comparative Functions"

"Find" is not available

"Sorting and Coding Functions"

ORDER ← ⍋SYMBS signals a DOMAIN ERROR because there is no default left argument for monadic grade up/down.

Chapter 14: "Error Handling"

Error trapping and Tracing

Currently NARS2000 offers ⎕ELX as error trapping feature