Skip to content

geode-lang/geode

Repository files navigation

CircleCI FOSSA Status

About

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

Installing Geode is simple, just follow the steps below and install a few dependencies

Go to releases and download the distribution for your OS

MacOS

Install dependencies

$ brew install clang libgc

Run the pkg installer

Ubuntu/Debian

$ sudo apt install clang libgc-dev
$ sudo apt install ./geode-X.X.X.deb

License

FOSSA Status