On Sat, Apr 13, 2019 at 09:18:51PM -0400, Patrick Giagnocavo wrote: > If I use apl -f toronto-toolkit.apl (saved from the text version of the > toronto-toolkit.html file) it somewhat works. However whatever attempt to > load from within a running GNU-APL (under Emacs) fails.
It might be a bit weird limitation, but .apl file needs to start with either "#!" or "⍝!" to be loadable with )LOAD or )COPY. You might be also able to load the HTML file directly when you give name with .html extension. -k