Compiler and interpreter for the Joy language.

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

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.