Installing Thorn

Installing Thorn

Thorn 0.3 has not been released yet, only the spec and a bit of the compiler which is written in c is avalible in the repo.


Prerequisites

  • Any OS that supports C
  • Java 17+ (required for the 0.3 interpreter)

Download

git clone https://github.com/thethornproject/thorn
cd thorn

Building from Source

cd thorn
./build.sh

Add the binary to your PATH:

export PATH="$PATH:/path/to/thorn/bin"

Verifying

thorn --version