Hi, I'm Jesse


My Projects

Minc Programming Language

Low-level alternative to C with type-checked Lisp like macros, heavily compiler introspection, and a sensible standard library. The specification is currently being developed internally alongside the initial parser-tokenizer.

Simple C Build System

https://github.com/j-begin/scbs

SBCS is a simple build system for programs written in C. SBCS is a small library with the only dependency being the C89 standard library. This library was designed in such a way that any C programmer can write a small build script in C, a language that they are already familiar with, to build a larger program on almost any system.