|
|
|
|
|
by andai
1463 days ago
|
|
Other languages have done that :) Lua in the browser: https://fengari.io/ And then you can use that to run Fennel, a Lisp that compiles to Lua https://fennel-lang.org/ I think TypeScript also has a script you can include that lets you put your TS code in a special script tag, and it gets compiled in-browser. |
|