Live data from Hacker News

The Bun Shell

bun.sh

31–40 of 239 posts

Re: The Bun Shell

#31
post #27

Their info about "rm -rf" not working in Windows is slightly misleading. In PowerShell, you can accomplish this by running: rm -r -fo my-folder-name

How many Linux/Mac devs know that? We live in a left-pad world, of course people will install a package to get a simple job done.

Re: The Bun Shell

#32
Note that the `hyperfine` example is actually measuring two nested shells. Unless hyperfine implements a shell-parser of its own, of course.

Re: The Bun Shell

#34
Love that bun just implements anything that could be useful.

They are busy building useful stuff whilst others pontificate about what they should/shouldn’t build

Re: The Bun Shell

#40

It feels like the people behind bun are trying to differentiate from node so much that they sometimes don't stop to ask why. I'm sure there's a use-case somewhere, but if I'm using js I will just use a regex instead of reaching for grep. If I want the shell I'll use the shell.

It does feel like Bun is trying to do a lot. And when the company depends on VC funding I think it’s fair to question whether you want to rely on them for a core project functionality.
Post reply on HN