Y
Hacker News
new
|
ask
|
show
|
jobs
by
naveen99
8 days ago
interpreted languages carry a lot more context than compiled ones. Sandboxed compiled languages don’t have the context baggage, but come with other parts of the brain dead.
1 comments
Dwedit
8 days ago
I don't think Javascript is still interpreted though?
link
DonHopkins
8 days ago
Let's just say it's open to interpretation.
link
flufluflufluffy
7 days ago
It is necessarily interpreted. Specific functions or code blocks can be JIT compiled to native code, but not an entire script.
link
naveen99
7 days ago
Sandboxed
link