philj0st / c-shenanigans

just me implementing some interesting stuff in C like linked lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-shenanigans

just me implementing some stuff in C

did some stupid lisp-inspired things like car and cdr. allowing for lisp-like c code i.e Pair* newList = cons(2, cons(4, cons(12, cons(24, cons(48, NULL)))));

Watch

added watch.js to watch for changes in *.c files and automatically compile and run them.

to use the watch script run npm install to install dependencies and then start it with node watch.js (assuming you have node and npm installed)

About

just me implementing some interesting stuff in C like linked lists.

License:MIT License


Languages

Language:C 79.6%Language:JavaScript 20.4%