Skip to content
View benaepli's full-sized avatar

Highlights

  • Pro

Block or report benaepli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
benaepli/README.md
image

welcome!

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!

Website · LinkedIn · Email

Pinned Loading

  1. EXAGE EXAGE Public

    Extensible and optimized game/graphics engine.

    C++ 1

  2. raft raft Public

    C++

  3. spur spur Public

    A compiler for a domain-specific language for specifying distributed protocols.

    Rust

  4. jennLang jennLang Public

    Forked from jl3953/jennLang

    A refutation engine for distributed system consistency.

    OCaml

  5. tygr tygr Public

    A general purpose typed functional programming language.

    Rust