donutloop / gusty

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 92.6%Language:LLVM 6.0%Language:Makefile 1.4%