G'day, folks 😃
Traditionally, if that's the appropriate expression, whenever I wanted users to run something involving non-trivial arithmetic, such as manipulation of randomly-generated numbers, on a website I have programmed using a combination of HTML and JavaScript.
Servers, for security reasons, won't run executable (.exe) files. At least, the servers to which I and my users have access won't run them.
My question is: Can the result of a FTN95/Clearwin compilation run on a website, to avoid a user having to download an .exe file and run it on their own machine? As far as I can gather such downloading loses the program's privilege to create files on the website.
Eric