3 ms·
>how does it really end up running, does it run in javascript/typescript? Yeah. `teak file.tk` runs it interpreter mode. `teakc file.tk > file.js` transpiles i
by asadawadia 4mo ago
>how does it really end up running, does it run in javascript/typescript?
Yeah. `teak file.tk` runs it interpreter mode. `teakc file.tk > file.js` transpiles it to javascript code. Either way it runs on node. Didn't try out bun or deno