Hacker News new | ask | show | jobs
by mikewarot 1436 days ago
If you want to understand how things work at the lower level, I think the Compiler Explorer[1] might be a good place to start. You can enter a program in a while variety of languages, and see the code that results. Python and Nim are both supported, along with a wide variety of other languages.

[1] - https://godbolt.org/