Am Fri, 13 Oct 2017 17:57:12 +0000
schrieb John Gabriele <jgabri...@fastmail.fm>:

> Why do you choose Lua? Whatever replaces Javascript (and compiles 
> to wasm) will be used for large apps, like how Javascript is 
> currently used. My understanding is that Lua is not particularly 
> well suited for building large apps.

I agree with that. Whenever the time comes to make adjustments
to the Lua code I miss the good old "compiler will tell me
where type became incompatible" style of refactoring. As common
in scripting languages nothing stops you from having typos in
a property name that you want to assign a new value. It'll
just create a new one.

-- 
Marco

Reply via email to