Search found 4 matches

by baingeenej
Fri Mar 31, 2023 2:20 pm
Forum: UNIX and Linux
Topic: About the mapl script
Replies: 0
Views: 24340

About the mapl script

Some trivia about the mapl script:
  • Appeared in 8.2 (1999) or earlier
  • The "m" in "mapl" originates from the old cross-platform GUI called "Mainwin"
by baingeenej
Tue Mar 21, 2023 4:06 pm
Forum: UNIX and Linux
Topic: Suspending the Linux CLI Session (workaround for no Ctrl-Z)
Replies: 0
Views: 24553

Suspending the Linux CLI Session (workaround for no Ctrl-Z)

This is just some notes for posterity (18.2): Typically, in CLI applications on Linux such as editors or REPLs, typing Ctrl-Z will temporarily suspend the editor or REPL and drop you back into the parent shell. However, the Dyalog CLI session on Linux doesn't do this; typing Ctrl-Z directly inserts ...
by baingeenej
Sun Mar 12, 2023 2:03 am
Forum: Language
Topic: Is Dyalog APL Fully Parsable by Bunda-Gerth?
Replies: 0
Views: 19809

Is Dyalog APL Fully Parsable by Bunda-Gerth?

In the Introduction to the Programming Reference, there's a section on Binding Strengths . I understand that this defines a token binding affinity table for Bunda-Gerth parsing . A wizard on APL Orchard pointed me to this much more complete chart in the dfns namespace: https://dfns.dyalog.com/s ...
by baingeenej
Fri Mar 10, 2023 3:24 am
Forum: Language
Topic: Semantics of Array Prototypes
Replies: 0
Views: 19898

Semantics of Array Prototypes

Over on the APL Orchard, I previously commented , "Nice. Prepending an empty vector lets us control the prototype of a potentially empty vector." However, Adám cautioned, "Relying on that seems dangerous. Better prepend a cell of the type you want, and then dropping (sic) it." My takeaway from the ...