Comment on Show HN: Building a Programming Language for MyselfparentComments−asadawadiaOP3mohow 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
Comments
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