/ari

Primary LanguageHaskell

The Ari Programming Language

Ari Logo
This is the source code for the Ari compiler and standard library.

Ari is a functional programming language with a focus on simplicity and type safety.

Installation

  • Make sure you have LLVM and Clang installed on your system
  • Install GHCup
    curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
  • Clone the source with git
    git clone https://github.com/k4yp/ari.git
    cd ari
  • Run the build script
    ./build.sh