Berlin based technology consultancy specialising in the Rust programming language. We offer development, implementation, training and long-term support. (more…)
Read more »
Years ago, Andrew Kennedy published a foundational paper about a type checker for units of measure, and later implemented it for F#. To this day, F# is the only mainstream programming language which provides first class support to make sure that you will ... (more…)
Read more »
https://cppcon.org/ https://github.com/CppCon/CppCon2020 --- Did you know that 70% of serious security bugs are a result of memory safety issues? As a C++ de... (more…)
Read more »
After thinking about the async fn in traits problem for a while, I've come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here's how we can fix ... (more…)
Read more »