Extend Selective Assignment

General discussions on potential enhancements to the APL+Win system.

Extend Selective Assignment

Postby Eric.Lescasse » January 22nd, 2014, 12:32 pm

Hi,

Since you have started to add very useful enhancements to the APL interpreter (new primitives, enhanced catenation, ... [thanks very much for all that]), it would be very nice if you could extend Selective Assignment in a future version of APL+Win, to allow using: Each, Disclose, First (Each being the most important and useful one of course).

Examples: Currently we get NONCE ERRORs for the following kinds of expressions:

Code: Select all
      aaa←⍳¨6 7 8
      (4↑¨aaa)←4⍴¨10 20 30
NONCE ERROR
      (4↑¨aaa)←4⍴¨10 20 30
        ^
      (↑aaa)←10×⍳6
NONCE ERROR
      (↑aaa)←10×⍳6
       ^
      (⊃aaa)←3 8⍴⍳100
NONCE ERROR
      (⊃aaa)←3 8⍴⍳100
       ^


This could allow us to simplify a lot of code.
Eric.Lescasse
 
Posts: 52
Joined: February 8th, 2007, 7:55 pm
Location: Paris, France

Return to APL+Win Wish-List

Who is online

Users browsing this forum: No registered users and 14 guests

cron