Try It Online: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Try It Online''' is a family of online interpreters maintained by CGCC user [https://codegolf.stackexchange.com/users/12012/dennis Dennis]. | '''Try It Online''' is a family of online interpreters maintained by CGCC user [https://codegolf.stackexchange.com/users/12012/dennis Dennis] supporting APL and its dialects. | ||
* TIO hosts online implementations of | * TIO hosts online implementations of various dialects of APL: [[Dyalog APL]], [[dzaima/APL]], [[ngn/apl]], | ||
* The software that powers TIO is open source (MIT). | * The software that powers TIO is open source (MIT). | ||
== External links == | == External links == | ||
* [https://tio.run/# Try it Online] | * [https://tio.run/# Try it Online] |
Revision as of 09:26, 26 April 2020
Try It Online is a family of online interpreters maintained by CGCC user Dennis supporting APL and its dialects.
- TIO hosts online implementations of various dialects of APL: Dyalog APL, dzaima/APL, ngn/apl,
- The software that powers TIO is open source (MIT).