Running K: Difference between revisions

From The K Language Wiki
Content added Content deleted
No edit summary
(add k-likes, goal)
Line 1:
K was originally created as a proprietary language, but the main implementations are freely available to the general public for personal use. Over the years, many open source implementations of K and K-like languages have emerged, some of which listed below.
 
== Web-based interpreters ==
Line 8:
! Name !! Links
|-
| [[ngn/k]] || [https://ngn.bitbucket.io/k/#cjrmsQ93L Editor], [https://ngn.bitbucket.io/k/#r REPL], [https://ktye.github.io/zoo/#ngn ktye/zoo] [https://nextjournal.com/leahneukirchen/k-examples nextjournal '''*'''], [https://ato.pxeger.com/run?1=m700Oz4vPW_BgqWlJWm6FmgUlAYA Attempt This Online]
|-
| [[oK]] || [https://johnearnest.github.io/ok/index.html REPL], [https://johnearnest.github.io/ok/ike/ike.html editor(iKe drawing framework)], [https://ktye.github.io/zoo/#ok ktye/zoo], [https://ato.pxeger.com/run?1=m70kOz4_e8GCpaUlaboWaBSUBgA Attempt This Online]
|-
| [[Special KKona]] || [https://beyondloomreplit.com/tools@ichigoberry/specialkkona repl.htmlit], Online[https://ktye.github.io/zoo/#kona GLSL shader mappingktye/zoo]
|-
| [[Konaktye/i]] || [https://ktye.github.io/ REPL], [https://replitktye.comgithub.io/@ichigoberryzoo/kona#k repl.itktye/zoo]
|-
| [[ktye/i]] || [https://ktye.github.io/ REPL]
|-
| [[ThePlatform]] || [https://theplatform.technology/webrepl.htm REPL]
|-
| [[K7]] (kparc)
|[https://kparc.io/kc/ kparc], [https://ktye.github.io/zoo/#k7 ktye/zoo]
|-
| [[K9]] (kparc)
|[https://kparc.io/k/ kparc], [https://ktye.github.io/zoo/#k9 ktye/zoo]
|-
| [[K2]] (nsl archive)
|[http://nsl.com/k/k2/k295/ nsl], [https://ktye.github.io/zoo/#k2 ktye/zoo]
|}
 
{| class="wikitable"
|+ Table of browser-based K-like language interpreters
! Name !! Links
|-
| [[ktye/iklong]] || [https://ktye.github.io/zoo/#klong REPLktye/zoo]
|-
| [[Special K]] || [https://beyondloom.com/tools/specialk.html Online GLSL shader mapping]
|-
| [[ThePlatform]] || [https://theplatform.technology/webrepl.htm REPL]
|}
<sub>[https://tio.run Try It Online!] is an online programming environment which supports ngn/k, oK and Kona. It is not listed in the table since the owner has not updated the K versions for years.</sub>
 
Line 39 ⟶ 45:
! Name !! Language !! Dialect !! License !! Download
|-
| [[Shaktingn/k]] || C || [[K9K6]] || [https://shakticodeberg.comorg/ngn/k/src/branch/master/LICENSE proprietaryAGPL3] || https://shakticodeberg.comorg/ngn/k
|-
| [[KonaoK]] || CJS || [[K3K5]] || [https://github.com/kevinlawlerJohnEarnest/konaok/blob/mastergh-pages/LICENSE.txt ISCMIT] || https://github.com/kevinlawler/konaJohnEarnest/ok
| [[ThePlatform]] || Rust || K-like || temporary closed source || https://theplatform.technology/platform/install.html
|-
| [[ktye/i]] || Go || K-like || public domain / no license || https://github.com/ktye/i
|-
| [[ngn/kShakti]] || C || [[K6K9]] || [https://codebergshakti.orgcom/ngn/k/src/branch/master/LICENSE AGPL3proprietary] || https://codebergshakti.org/ngncom/k
|-
| [[oKkdb+/q]] || JSC || [[K5K4]] || [https://githubkx.com/JohnEarnestdevelopers/ok/blob/ghdownload-pageslicenses/LICENSE.txt MITproprietary] || https://githubkx.com/JohnEarnestdevelopers/download-licenses/ok
|-
| [[kucKona]] || C || [[K5K3]]-like || [https://github.com/zholoskevinlawler/kuckona/blob/master/COPYINGLICENSE GPL3ISC] || https://github.com/zholoskevinlawler/kuckona/
|}
 
{| class="wikitable"
|+ Table of K-like languages
! Name !! Languages !! Influences !! License !! Download
|-
| [[kdb+/qGoal]] || CGo || [[K4]]ngn/k, BQN || [https://kxcodeberg.comorg/developersanaseto/download-licensesgoal/src/branch/master/LICENSE proprietaryISC] (?) || https://kxcodeberg.com/developersorg/download-licensesanaseto/goal
|-
| [[kuc]] || C || K5 || [https://github.com/zholos/kuc/blob/master/COPYING GPL3] || https://github.com/zholos/kuc/
|-
| [[klong]] || C, Python || K-likeK3 || public domain || https://t3x.org/klong/, https://github.com/briangu/klongpy (vectorized)
|-
| [[ThePlatform]] || Rust || K-likeK6? || temporary closed source || https://theplatform.technology/platform/install.html
| [[Kona]] || C || [[K3]] || [https://github.com/kevinlawler/kona/blob/master/LICENSE ISC] || https://github.com/kevinlawler/kona/
|}
 

Revision as of 14:49, 3 October 2023

K was originally created as a proprietary language, but the main implementations are freely available to the general public for personal use. Over the years, many open source implementations of K and K-like languages have emerged, some of which listed below.

Web-based interpreters

Table of browser-based K interpreters
Name Links
ngn/k Editor, REPL, ktye/zoo nextjournal *, Attempt This Online
oK REPL, editor(iKe drawing framework), ktye/zoo, Attempt This Online
Kona repl.it, ktye/zoo
ktye/i REPL, ktye/zoo
K7 (kparc) kparc, ktye/zoo
K9 (kparc) kparc, ktye/zoo
K2 (nsl archive) nsl, ktye/zoo
Table of browser-based K-like language interpreters
Name Links
klong ktye/zoo
Special K Online GLSL shader mapping
ThePlatform REPL

Try It Online! is an online programming environment which supports ngn/k, oK and Kona. It is not listed in the table since the owner has not updated the K versions for years.

Table of Implementations

Table of K implementations
Name Language Dialect License Download
ngn/k C K6 AGPL3 https://codeberg.org/ngn/k
oK JS K5 MIT https://github.com/JohnEarnest/ok
ktye/i Go K-like public domain / no license https://github.com/ktye/i
Shakti C K9 proprietary https://shakti.com/
kdb+/q C K4 proprietary https://kx.com/developers/download-licenses/
Kona C K3 ISC https://github.com/kevinlawler/kona/
Table of K-like languages
Name Languages Influences License Download
Goal Go ngn/k, BQN ISC (?) https://codeberg.org/anaseto/goal
kuc C K5 GPL3 https://github.com/zholos/kuc/
klong C, Python K3 public domain https://t3x.org/klong/, https://github.com/briangu/klongpy (vectorized)
ThePlatform Rust K6? temporary closed source https://theplatform.technology/platform/install.html