kevin1chun / rift

An experimental programming runtime built around a new programming paradigm called context-aware programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Rift

Building

make

Usage

Usage: rift [OPTIONS] [FILES]

OPTIONS
  --verbose Prints verbose Rift interpreter logs
  --version Prints the Rift version

Running the example code

After building the Rift interpreter, run:

./bin/rift examples/hello_rift.r

About

An experimental programming runtime built around a new programming paradigm called context-aware programming

License:Apache License 2.0


Languages

Language:Go 96.8%Language:GAP 2.8%Language:Makefile 0.4%