Y
Hacker News
new
|
ask
|
show
|
jobs
by
JupiterMoon
3058 days ago
Now we are compiling (sorry transpiling). If we are going to do that why not use e.g. Go?
4 comments
jrs95
3058 days ago
Technically transpiling is just a more specific kind of compiling, so you’re not wrong in saying compiling.
link
Franciscouzo
3058 days 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.
link
tiuPapa
3056 days ago
Because I want to use JS with types and compiler rather than runtime error? If you are using Go, why not use Rust?
link
Can_Not
3058 days ago
It takes 5 minutes to set that up. No reasonable person is going to switch languages for that reason.
link