Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geode-lang/geode
The Geode Programming Language
https://github.com/geode-lang/geode
compiler geode geode-lang llvm programming-language
Last synced: 26 days ago
JSON representation
The Geode Programming Language
- Host: GitHub
- URL: https://github.com/geode-lang/geode
- Owner: geode-lang
- License: mit
- Created: 2018-06-26T12:08:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T02:24:50.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T04:02:24.263Z (about 1 month ago)
- Topics: compiler, geode, geode-lang, llvm, programming-language
- Language: Go
- Size: 4.71 MB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/nickwanninger/geode/tree/master.svg?style=svg)](https://circleci.com/gh/nickwanninger/geode/tree/master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgeode-lang%2Fgeode.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgeode-lang%2Fgeode?ref=badge_shield)## 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](https://github.com/geode-lang/geode/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](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgeode-lang%2Fgeode.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgeode-lang%2Fgeode?ref=badge_large)
```
```
```
```