Y
Hacker News
new
|
ask
|
show
|
jobs
by
ximeng
199 days ago
I use bun in a project but Claude Code always uses node to run throwaway scripts. Maybe they can persuade it to use bun as part of this acquisition?
3 comments
simlevesque
199 days ago
I bet CC will become a binary with bun included and it'll use it's internal JS engine to run most scripts.
link
threetonesun
199 days ago
Oddly I saw it try to use bun the other day, and was confused because everything in the project is in node.
link
runjake
199 days ago
I always tell it to use Bun and it works? Am I misunderstanding?
link
ximeng
199 days ago
It seems the default is node (despite the project docs saying to use bun and all example script documentation using bun). It will use bun if told, but there’s definitely nothing saying to use node and it uses that anyway.
link