development

3 posts in this category

November 4, 2022

Lessons in Rust: Part 1

I watched some videos today and here are some notes I took: A function not ending in a semicolon being a expression versus a statement is odd. A function having a return statement can end in semicolon and be an expression…
October 26, 2022

Getting Rusty

With the continued impressive industry reception and excitement around Rust, I think it is time I jump and and see what all the hub·bub is about. After watching a few starter videos, and reading documentation, here are some…