Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.07 KB

INSTALL.md

File metadata and controls

38 lines (20 loc) · 1.07 KB

Installation

Blodwen is built using Idris, and provides support for three default code generation targets: Chez, Chicken, and Racket.

Idris

There are several sets of instructions on how to install Idris from source and binary.

Code Generation Targets

Chez

Chez Scheme is available to build from source:

Many popular package managers will provide a binary distribution for Chez.

Chicken

Chicken scheme offers binary distributions (and source tar balls) from

You can find chicken in many a package manager.

After installing chicken scheme you may need to install the 'numbers' package.

Racket

Racket is available from: