Try It Online: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
m (Online resources category)
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] supporting APL and its dialects.
'''Try It Online''', or '''TIO''', is a family of online interpreters maintained by Stack Exchange [[code golf]]er [https://codegolf.stackexchange.com/users/12012/dennis Dennis], which can be used to run and share code in many programming languages online. It supports the array languages [[Dyalog APL]] (as well as [[Extended Dyalog APL]]), [[dzaima/APL]], [[ngn/apl]], and [[J]], and the [[K]] derivatives [[ngn/k]], [[Kona]], and [[OK]]. This allows these languages to be used from any web browser, even on devices that don't have the language installed or aren't supported by the language. The code itself is executed on a server.


* TIO hosts online implementations of various dialects of APL: [[Dyalog APL]], [[dzaima/APL]], [[ngn/apl]], [[J]], and [[ngn/k]].
[[Dyalog Ltd.]] is a sponsor of TIO and promotes it as a way to easily try out APL, along with its own TryAPL website.<ref>[[Brian Becker]] and [[Adám Brudzewsky]]. [https://dyalog.tv/Dyalog17/?v=ddBjIkyebuY D12: "Try APL Online"] ([https://www.dyalog.com/uploads/conference/dyalog17/presentations/D12_Try_APL_Online.pptx slides]) at [[Dyalog '17]].</ref>
* 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]
== References ==
<references />


[[Category:Online resources]]
[[Category:Online resources]]

Revision as of 13:24, 1 May 2020

Try It Online, or TIO, is a family of online interpreters maintained by Stack Exchange code golfer Dennis, which can be used to run and share code in many programming languages online. It supports the array languages Dyalog APL (as well as Extended Dyalog APL), dzaima/APL, ngn/apl, and J, and the K derivatives ngn/k, Kona, and OK. This allows these languages to be used from any web browser, even on devices that don't have the language installed or aren't supported by the language. The code itself is executed on a server.

Dyalog Ltd. is a sponsor of TIO and promotes it as a way to easily try out APL, along with its own TryAPL website.[1]

External links

References