Hacker News new | ask | show | jobs
by rileyphone 1209 days ago
I'm enjoying reading your transpiler[0], especially how well you use generator functions. Currently I'm building a similar language in a more opinionated object-oriented style, yet I still find yours inspiring.

0. https://github.com/daaku/dak/blob/main/packages/transpiler/s...

1 comments

Thanks!

My fear taking this path is around performance. I've not done any profiling yet, and I'm hoping I don't regret taking this path when I get around to it.

Well you know what they call un-optimized code? Shipped :)