Functional Programming Readability
Posted on May 26, 2016
I was recently reading an article on "The Path to Rust," which is a topic I've been interested for some time, based on the promises of the language. Namely a language with explicit memory management without a garbage collector that claims to be thread and memory safe. Hardcore enough to have an inline assembly (gcc syntax, which is gross) and with a focus on performance. I really like C and C++ and have spent a fair amount of time actually learning x86-64 assembly. This is from a guy who spent most of...




