In some domains of programming it’s common to want to write a data structure or algorithm that can work with elements of many different types, such as a generic list or a sorting algorithm that only needs a comparison function. Different programming langu... (more…)
Read more »
Christine Dodrill - Blog - Contact - Gallery - Resume - Talks | GraphViz - When Then Zen... (more…)
Read more »
Implementation of the xbacklight programm using rust - GitHub - procrastimax/rbacklight: Implementation of the xbacklight programm using rust... (more…)
Read more »
Rust’s central feature is ownership. Although the feature is straightforward
to explain, it has deep implications for the rest of the language. (more…)
Read more »
Lifetime annotations are one of the things that distract the most new rustaceans.
I believe they are a pure evil waste of time. Let’s be honest, lifetime (annotations) are ugly and induce a cognitive load that distracts from getting the actual things done... (more…)
Read more »