HowdyTX
  • Home
  • About
  • Blog
  • GitHub
  • LinkedIn
  • Rust Resources

Rust

A collection of 5 posts

A Hewlitt-Packard 15C-model calculator from the 80s.
23 Aug 2024 • 5 min read

UNIX History & the `dc` Calculator

An elegant weapon for a more civilized age; or, why RPN is the coolest thing since sliced silicon.

Read more
16 May 2024 • 12 min read

Building a Compiler in Rust – Part 1

Translating 70s-style code into bytes with Rust. This guide walks through constructing a compiler for PL/0.

Read more
16 Mar 2024 • 5 min read

Lagrange Interpolation

Avoiding math by doing different math.

Read more
24 Feb 2024 • 3 min read

Simpson's Rule & More

Many problems in calculus textbooks are contrived. So how do we solve ones from the "real world?"

Read more
7 Feb 2024 • 3 min read

Dyck Words & Catalan Numbers

How can we generate all the Dyck words? And more importantly, how can we do it in Rust?

Read more
  • RSS