Geode is a programming language written in go around the llvm framework. It's semi low level for the time being with plans to be higher level in the future. It is just a compiler to llvm, then it calls clang to link the .ll files to a runnable binary. Clang will also link the c standard library.
Installing Geode is simple, just follow the steps below and install a few dependencies
Go to releases and download the distribution for your OS
Install dependencies
$ brew install clang libgc
Run the pkg installer
$ sudo apt install clang libgc-dev
$ sudo apt install ./geode-X.X.X.deb