A Comparison of Ada and Rust, Using Solutions to the Advent of Code

2023 Advent of Code in Ada. Contribute to johnperry-math/AoC2023 development by creating an account on GitHub. Read more

Similar

Examining Rust async iterator approaches

I’m an avid user of async Rust, and I have used it to implement various kinds of distributed systems and networking applications. Even though async Rust is very helpful in expressing concurrent processes, synchronization patterns, timeouts etc., it is not... (more…)

Read more »