Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fny
27 days ago
|
parent
|
context
|
favorite
| on:
Claude Code uses Bun written in Rust now
JavaScript is dynamic and supports live reload which means iterations are far faster than would be in a compiled language--even for LLMs.
This is especially useful when you're trying to evaluate behaviors while changing state surgically.
amoss
26 days ago
|
next
[–]
If you are relying on live updates to change state in a dynamic language then you are not doing it "surgically", unless there is some other definition that means hitting it softly with a large rock.
pjmlp
26 days ago
|
prev
|
next
[–]
There are several compiled languages with live reloading, including C++.
nozzlegear
26 days ago
|
prev
[–]
There's no surgery when you're a company with a trillion dollar hammer and every problem looks like a big ass nail.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is especially useful when you're trying to evaluate behaviors while changing state surgically.