Hotreloading allows one to change the behavior of a program while it is running. Unlike a plugin system it is strictly a dev tool.
Usually rust game devs limit their hotreloading to data files. This is pretty useful already! It lets one reload graphic as... (more…)
Read more »
Safe, ergonomic interoperability between Rust and C/C++ was a popular topic at RustConf 2025 [...]... (more…)
Read more »
In this series, we look at the most loved languages according to the Stack Overflow developer survey, the spread and use cases for each of them and collect some essential links on how to get into them. First up: Rust. Intro Despite its relatively tiny use... (more…)
Read more »
One of applications at my work has always been RAM-bound - it's a
pricing engine that basically loads tons of hotels, builds some
in-memory indices and then allows you to issue queries like
find me the cheapest hot... (more…)
Read more »
Contribute to Turnersoft/turn-formal development by creating an account on GitHub. (more…)
Read more »