I'm Ben, Princeton '28. I like writing performant code that powers other developers.
// current_status.rs
fn main() {
let focus = vec![
"Distributed Systems",
"Programming Languages",
"Graphics & Rendering"
];
let location = "Princeton, NJ";
let hometown = "Wilson, WY";
}
I spend most of my time in C++, Rust, Go, and OCaml. See my pinned projects for an idea of what I've been up to!


