Remix.run Logo
naveen99 2 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.

Dwedit 2 days ago | parent [-]

I don't think Javascript is still interpreted though?

flufluflufluffy 2 days ago | parent | next [-]

It is necessarily interpreted. Specific functions or code blocks can be JIT compiled to native code, but not an entire script.

DonHopkins 2 days ago | parent | prev | next [-]

Let's just say it's open to interpretation.

naveen99 2 days ago | parent | prev [-]

Sandboxed