OK: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add a link to the web REPL)
(Improve.)
 
(One intermediate revision by the same user not shown)
Line 1:
{{implementation|K}}'''oK''' is an open-source implementation in Javascript of the evolving K5/6[[K]] programming language in [[JavaScript]].
 
==External Links==
*[https://github.com/JohnEarnest/ok/ GitHub]
*[https://johnearnest.github.io/ok/index.html Web REPL]

Latest revision as of 05:01, 5 June 2023

OK is an implementation of K. Other implementations of K.

oK is an open-source implementation of the K programming language in JavaScript.

External Links