logoalt Hacker News

cheikhcheikhtoday at 5:06 AM1 replyview on HN

Thw bottleneck become compiling and running the code every iteration so it wont be seconds


Replies

mike_hearntoday at 7:58 AM

JIT compilers largely solve that. The real question in my mind is whether fast LLMs bias stuff towards languages that either don't have a compile/typecheck phase at all or have one that's very fast (e.g. Java).