An open API service indexing awesome lists of open source software.

https://github.com/donutloop/gusty

Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.
https://github.com/donutloop/gusty

Last synced: 3 months ago
JSON representation

Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.

Awesome Lists containing this project

README

          

# gusty
Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.

Instructions

- sudo apt-get install llvm-dev llvm
- llc -opaque-pointers -filetype=obj output.ll -o output.o
- gcc output.o -o output
- ./output