canalCrab
kiwifarms.net
- Joined
- Dec 13, 2022
Assembly is the lowest I've personally gone in terms of "close to the hardware". But there are a lot of fun things you can do when you actually talk to the cpu (basically writing out the program directly, instead of using an assembler. There are a lot of hidden/duplicate (with different encodings) instructions you can abuse to make a disassembler give up.I disagree, it's elegant and intimate. Like you're almost talking to the CPU.
Depends on how high level. IMO f# (and ML-likes in general) are really pleasant to read and write.In fact, higher-level languages are usually a pain to read (but easier to write which is why they're so popular)