9 ms·
> things that are easy to do in the main implementation might be very difficult to do in yours. The author mentions this when they talk about the ease of imple
by 4death4 2y ago
> things that are easy to do in the main implementation might be very difficult to do in yours.
The author mentions this when they talk about the ease of implementing new features in an interpreted language vs. a compiled language.
- foota 2y agoHm, this is true, but I think it's worth pointing out that this is more general. The article was focusing on how JIT is harder than interpreting, whereas neither model in parent's post is inherently more complicated.