Skip to content
View LucAlexander's full-sized avatar

Block or report LucAlexander

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
LucAlexander/README.md

:)



   ,_
  (  \
 (  __\
(__/ ..)      Hi, I'm Luc
``` C  c


Recreational and Professional Programmer

λ  I've been working in Machine Learning + Production Backend since mid 2023, but do plenty of other programming recreationally.

2024

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.

2023

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 Ξ.

2022

Ξ (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.

Pinned Loading

  1. protosrc protosrc Public

    prototype programmable programming language

    C

  2. NeuroMorph NeuroMorph Public

    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 c…

    C

  3. compiler_project compiler_project Public

    mostly done high level compiler

    C

  4. Xi Xi Public

    Fast, lightweight, software development tool.

    C 4