Hacker News new | ask | show | jobs
by umhan35 4025 days ago
It's a compiled language.
2 comments

A statically-typed compiled language.
The important thing is that it’s statically-typed. All languages are compiled nowadays, except Bash. Ruby, Python and the likes all use VMs, and the code you write is compiled in VM bytecode before being executed.