Try It Online: Difference between revisions
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 | '''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. | ||
[[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> | |||
== 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]