top | item 46124819

(no title)

ximeng | 2 months 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?

discuss

order

simlevesque|2 months ago

I bet CC will become a binary with bun included and it'll use it's internal JS engine to run most scripts.

threetonesun|2 months ago

Oddly I saw it try to use bun the other day, and was confused because everything in the project is in node.

runjake|2 months ago

I always tell it to use Bun and it works? Am I misunderstanding?

ximeng|2 months 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.