Skip to content
View spsandwichman's full-sized avatar
🗯️
compuer...
🗯️
compuer...

Organizations

@orbit-systems

Block or report spsandwichman

Report abuse

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

Report abuse
spsandwichman/README.md

yo!

I'm Seth, a CS student at UMass Amherst. I like low-level programming, compilers, and computer/processor architecture. I mainly use C, although I have experience in Java, Rust, Odin, and Python.

Right now, I'm working on Mars and Coyote, my own programming language and a next-generation Jackal frontend. The repository is also home to Iron, a lightweight but powerful optimizing compiler backend. These projects are being developed side-by-side, but Iron can be built and used independently as a library.

I'm the lead developer of Orbit Systems, a developer group focused on learning through doing. We work on the Aphelion CPU Architecture and projects that surround and support it.

None of my projects contain AI-generated content.

Pinned Loading

  1. orbit-systems/aphelion orbit-systems/aphelion Public

    64-bit RISC CPU Architecture

    C 22 1

  2. orbit-systems/mars orbit-systems/mars Public

    A procedural language for ergonomic data-oriented design.

    C 10

  3. pathfinder pathfinder Public

    A* implementation and demo

    Odin 5

  4. lambda2 lambda2 Public

    (another) implementation of the untyped lambda calculus

    C