Hello, could you please explain me, why is the js file after compilition with 
-d:release so big?

Example: nim about 60 loc (2 kb) makes js of about 1.200 loc (75 kb). The 
compiler offers already static typing and the generation of one file (no npm 
tool), what is really helpful. A compiled typescript code is almost the same as 
js code.

Is the execution of the js code faster?

Are there runtime checks in js code? If so why is this necessary? 

Reply via email to