Try It Online: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Try It Online page, copying some info from the site)
 
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].


* TIO hosts 260 practical and 420 recreational programming languages, for a total of 681 languages.
* TIO hosts online implementations of (currently 3) dialects of APL: [[Dyalog APL]], [[dzaima/APL]], and [[ngn/apl]].
* TIO listens: languages and features are added by request all the time.
* The TIO web app is free of charge, ad-free, and doesn't use tracking cookies or third-party analytic scripts.
* 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:25, 26 April 2020

Try It Online is a family of online interpreters maintained by CGCC user Dennis.

  • TIO hosts online implementations of (currently 3) dialects of APL: Dyalog APL, dzaima/APL, and ngn/apl.
  • The software that powers TIO is open source (MIT).

External links