Hacker News new | ask | show | jobs
by 4lejandrito 980 days ago
I've used ts-node before to run Typescript and my experience has been good, I've generally managed to do what I wanted. However with ts-node the speed is low (specially startup time) and I've always had problems with different module formats, dependencies etc. With bun everything just worked and it is so fast.

I cannot say that fetchbook would not have been possible without bun, but I am fairly confident it would not have taken me 3 days from idea to this HN comment.

Maybe give it a go?

Edit: maybe using deno would have been as easy... but I chose to try bun and I felt in love with it instantly.