Skip to content

Show HN: Building a Programming Language for Myself

blog.aawadia.dev
4 pointsasadawadia2 comments
On HN

Comments

From the article: https://bhailang.js.org/ seems interesting, its something that I am able to understand the insider joke of as it is built upon the hindi language which is my native language.

This post is posted by the author so I have a few questions, I do think this is cool but I would really like something like this but perhaps firstly kotlin/java transpiler or golang/C or maybe even rust transpiler, this currently seems to be an interpreted language.

It could also be really interesting to see a language transpile to julia and then use a language like this but for gpu programming as Julia can natively compile to GPU's.

Perhaps I might have misread but how does it really end up running, does it run in javascript/typescript? I would really love something like teak but for minimalist android app creations fwiw if that interests the author.

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.