deech / triples-ats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triples ATS

Overview

This repo contains an implementation of Pythagorean triples benchmark.

Installation

You don’t need to have ATS to run the example, the build.sh script pulls ATS and its dependencies directly from Github, builds the compiler from scratch in ./ATS/ and compiles the implementations. Nothing outside this directory is affected. All you need is git, libgmp and standard C build tools, on Debian based machines the following seems to suffice:

apt-get install build-essential

If all goes well the executable triples should be in the current directory.

I have only built this repo on Linux, OSX may work, Windows probably will not.

About


Languages

Language:Shell 55.7%Language:ATS 44.3%