Why does this expression give an error in GNU APL?
This works in Dyalog APL but not in GNU APL:
Read old APL *.sf files
I need to get data out of old (~1990) APL *.sf files. The old APL software will not run on current Windows verions.
How to generate output while iterating with Del?
I’m knocking off 30+ years of rust and poking at APL again. I was working through some Project Euler questions and ran into an interesting problem. I defined the following function to evaluate “primeness”: