Re: Floating Point exception on cygwin64

2025-05-11 Thread Russtopia
Hello, I finally got around to investigating this issue a little further. The floating point exception appears to be a result of ⎕PW being set to 0 at startup. Applying the following changes allow GNU APL to start up, where one may confirm that ⎕PW is 0, and evaluate expressions properly again, bu

My APL Edition of Compose Sequences (aka MAPLE)

2025-05-11 Thread Martin Michel
Dear all, I just stumbled across my APL2 XCompose sequences and thought they might be of interest here. I have been learning (and actually using) GNU APL some time back, unfortunately I have no use case for it at the moment. https://gist.github.com/smartmic/cdb8b0b3936ab965213748813b619114 What