Welcome to my profile, here you'll find trinkets, odds and ends, that sort of thing!
I do mostly development of small tools and some R&D, mostly with C (and variants) and Python, on top of Linux.
Feel free to look around!
Here are some of my latest and relevant projects and contributions:
-
LitaC
This is forked from Tony Sparks and I just love this project, it is pretty much everything I've been looking for in terms of improvements to the C language.
It uses a syntax similar to Golang, but compiles to C!
I implemented a feature or two mainly focusing on the integration of LitaC in C projects. -
BetterC containers
Before venturing further into LitaC, I tried Dlang with the-betterC
switch.
It was pretty good, but I had some troubles as the language itself is still very attached to the "normal" way.
Anyway, in those adventures I ended up creating some generic containers. Someone may find this useful. -
You're the OS
Forked from Pier-Luc Brault, this is a game where you're the OS scheduler! Do read more on the main repo.
In this, I implemented a way to "automate" the game using a script. I haven't been contributing much to it so I don't know the current state of it. This is here mostly as a memo. -
ChibiCC
This is a C compiler developed by Rui Ueyama, do read more about it on the main repo.
In my fork, I use it mostly for "showcasing" some features that could be interesting, mainly found on higher level languages that are implemented solely on the compiler.
I implement these features in separate branches, so feel free to explore them! -
bash JSON
This is a collection of bash builtins to handle JSON directly from the terminal (bash).
It was a nice R&D project and I'm yet to add examples ...