-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add APL Lang #135
Comments
I wouldn't recommend GNU APL at all. Dyalog would be the best choice, but there are also NARS2000-64 and ngn/apl. |
NARS2000 is only on Windows or via Wine, and uses a GUI. Not suitable for automated running. |
Hm, that sure makes it hard to use, although it might serve as a last resort along with a very convoluted wrapper, if one can redirect the output correctly. However, it won't work on a headless machine. |
Is it possible to use https://github.com/abrudz/dyalog-safe-exec? It's used by the dyalog apl competition |
It is possible to use the safe execute system, but I assume code.golf already has sandboxing in place, so it is hardly necessary. |
There's also dzaima/APL. |
may be a good idea to include https://github.com/phantomics/april here since it's open source and built on common lisp. It's also got some comprehensive usage instructions. |
I second the motion to add Dyalog APL as a language. |
Dyalog APL is available for free for non-commercial use (which this is); additionally, GNU APL is an open-source implementation of the APL standard, which could be used.
The text was updated successfully, but these errors were encountered: