Compiler and interpreter for the Joy language.

Eric Bavier 145e31ebac dist: Release version 1.0.1. 4 lat temu
doc 145e31ebac dist: Release version 1.0.1. 4 lat temu
emacs 7c8bb47154 Initial commit. 8 lat temu
joy f7053920e7 joy: Support concatenating scripts and stack initialization. 6 lat temu
language 0d61cd5c17 joy: Minor adjustments to support Guile 3.x. 4 lat temu
lib 3d8a47731d build: Move modules out of "modules" directory. 7 lat temu
scripts c04cb74aa5 joy: Fix distcheck. 7 lat temu
tests af536c36e1 build: Remove generated tests/package.m4 from version control. 4 lat temu
.dir-locals.el f7053920e7 joy: Support concatenating scripts and stack initialization. 6 lat temu
.gitignore af536c36e1 build: Remove generated tests/package.m4 from version control. 4 lat temu
AUTHORS 7c8bb47154 Initial commit. 8 lat temu
COPYING 7c8bb47154 Initial commit. 8 lat temu
ChangeLog 145e31ebac dist: Release version 1.0.1. 4 lat temu
INSTALL 3bfadba5ba dist: Release version 1.0.0. 6 lat temu
Makefile.am 51eee0ff19 dist: Fix distcheck with V=1. 4 lat temu
NEWS 145e31ebac dist: Release version 1.0.1. 4 lat temu
README 145e31ebac dist: Release version 1.0.1. 4 lat temu
TODO 7c8bb47154 Initial commit. 8 lat temu
bootstrap 7c8bb47154 Initial commit. 8 lat temu
configure.ac 145e31ebac dist: Release version 1.0.1. 4 lat temu
doc.am f64b4108ca dist: doc: Ensure fdl texi is distributed. 4 lat temu
guix.scm 7c8bb47154 Initial commit. 8 lat temu
pre-inst-env.in c04cb74aa5 joy: Fix distcheck. 7 lat temu
tests.am af536c36e1 build: Remove generated tests/package.m4 from version control. 4 lat temu

README

Joy is an implementation of the purely functional, concatenative
programming language originally invented by Manfred Thun. It is
implemented using Guile’s multi-language support.

## Requirements

- GNU Guile 2.0.x or later
- GNU Make

## Installation

See `INSTALL` for installation instructions. Joy follows the GNU
Coding Standards.