|
|
|
|
|
by sdfsdufihwfuhdf
3443 days ago
|
|
I tend to group languages into machine-code, VM, and interpreted. This tend to lead to similar tradeoffs within the group...with the exceptions of Golang. in my mind:
interpreted = why would you ever use a language like this?
VM = fast, safe, but going to use a lot of memory
machine code = fastest, low level HW access, usually unsafe |
|