Coy - Not Quite Joy

Coy is a programming language very similar to Joy.

This project was originally intended to be an implementation of Joy in Scheme. However, some details proved difficult to match exactly, and I am not entirely sure of my interpretation of the Joy documentation. It seemed safer to choose another name and not to claim that this is actually Joy.

Status: Experimental. This program has no release number.

Getting Started

First, download Coy and unpack it. It requires an R5RS Scheme interpreter. The included shell script works if you have Gauche installed.

If you want to run Coy from Scheme, you must load coy.scm and call the coy function. To leave the Coy interpreter, type an EOF character (Ctrl-D) or run Coy's quit function.

Features

Changes

June 26, 2005:

April 26, 2005:

April 15, 2005: