|
|
|
|
|
by gwoolhurme
1182 days ago
|
|
You’ve never learned about it in university? It’s still a semi important concept to learn how a compiler is kind of rewriting your code and optimizing things. In rare occasions it can mess things up when you use optimization options. Even in rare iOS and Android development cases and LLVM. Not exactly assembly but similar logic. I think that goes to the original point, if you are just trying to make something? Sure JavaScript is enough, but I don’t think that’s a good mindset to have if you are trying to be an expert in computing/computer science. |
|