top | item 16304300

(no title)

JupiterMoon | 8 years ago

Now we are compiling (sorry transpiling). If we are going to do that why not use e.g. Go?

discuss

order

jrs95|8 years ago

Technically transpiling is just a more specific kind of compiling, so you’re not wrong in saying compiling.

Franciscouzo|8 years ago

What's your point? All interpreted languages have to be compiled anyway, you have to create an AST, convert it to bytecode, and then interpret it or JIT it.

tiuPapa|8 years ago

Because I want to use JS with types and compiler rather than runtime error? If you are using Go, why not use Rust?

Can_Not|8 years ago

It takes 5 minutes to set that up. No reasonable person is going to switch languages for that reason.