zlacker

[return to "Anthropic acquires Bun"]
1. piskov+WO[view] [source] 2025-12-02 21:54:10
>>ryanvo+(OP)
Genuine question: why js?

Why not something like c#: native, fast, crossplatform, strongly-typed, great tooling, supports both scripting (ie single file-based) and compiled to a binary with no dependency whatsoever (nativeAOT), great errors and error stacks, list goes on.

All great for AI to recover during its iterations of generating something useful.

Genuinely perplexed.

◧◩
2. awesom+vR[view] [source] 2025-12-02 22:05:48
>>piskov+WO
You could make a better argument for Go (compiles to native for multiple targets, zero actual dependencies (no need for a platform or virtual machine on the target)
[go to top]