Rust: First Impressions

I’ve been studying the Rust Programming Language
over the holidays, here are some of my first impressions. My main interest in
Rust is compiling performance-critical code to WebAssembly for usage in the
browser. Read more

Similar

Rust Ray Tracer, an Update (and SIMD)

About a month ago I ported my C99 ray tracer side project to Rust. The initial port went smoothly, and I’ve now been plugging away adding features and repeatedly rewriting it in my spare hours. In parallel I’m getting up to speed on a large, production Ru... (more…)

Read more »