,_
( \
( __\
(__/ ..) Hi, I'm Luc
``` C c
λ I've been working in Machine Learning + Production Backend since mid 2023,
but I do plenty of programming recreationally.
Lambda calculus interpreter: Lambda calculus parser and interpreter written as an exercise.
prototext: A prototype forth-like language which mimics natural language, compiles to C.
Minimal media runtime: A tiny runtime for SDL2 with project support. Demo game available in repo.
protosrc: A prototype programmable programming language, compiles to a 64bit interpreted intermediate representation.
Compiler Project: An Unnamed high level compiler frontend and (most) of a backend. Needs a code generation pass still.
8Bit VM: An unnamed simple 8 bit virtual machine made as a learning exercise.
Neuromorph: My capstone project for university, a neural network framework built to allow neural architecture search systems to easily generate diverse model architectures through token sequence generation of a custom embedded model description language.
xui: a minimal gui library built for Ξ.
Ξ (Xi): A highly cache efficient generalized software development framework with compilation targets suitable for Linux, Windows and even Web Assembly.
Locality prototype predecessor to Xi, built with a different architecture.