Try It Online: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
m (Just a little "smoothing out")
Line 1: Line 1:
'''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.
'''Try It Online''', or '''TIO''', is a website supporting 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. The website provides access to over 600 languages, including 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]]. All languages can 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.<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>
[[Dyalog Ltd.]] is a sponsor of TIO and promotes it as a way to easily try out APL. (Dyalog also supports 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>


== External links ==
== External links ==

Revision as of 23:15, 20 November 2020

Try It Online, or TIO, is a website supporting 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. The website provides access to over 600 languages, including 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. All languages can 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. (Dyalog also supports its own TryAPL website.)[1]

External links

References