Compiler and interpreter for the Joy language.

Eric Bavier acd8ddfbf3 Add .dir-locals.el %!s(int64=7) %!d(string=hai) anos
doc 06ae7324ea doc: Populate README. %!s(int64=7) %!d(string=hai) anos
emacs 7c8bb47154 Initial commit. %!s(int64=8) %!d(string=hai) anos
joy c2a21d00ae joy: Customize repl welcome banner. %!s(int64=7) %!d(string=hai) anos
language c82e9934bb joy: Fix joy-repl for Guile 2.2. %!s(int64=7) %!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 7a7b23fe0b tests: Add simple tests for the REPL. %!s(int64=7) %!d(string=hai) anos
.dir-locals.el acd8ddfbf3 Add .dir-locals.el %!s(int64=7) %!d(string=hai) anos
.gitignore 911cb27a73 fixup! Initial commit. %!s(int64=8) %!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 7c8bb47154 Initial commit. %!s(int64=8) %!d(string=hai) anos
INSTALL 7c8bb47154 Initial commit. %!s(int64=8) %!d(string=hai) anos
Makefile.am c04cb74aa5 joy: Fix distcheck. %!s(int64=7) %!d(string=hai) anos
NEWS 7c8bb47154 Initial commit. %!s(int64=8) %!d(string=hai) anos
README 06ae7324ea doc: Populate README. %!s(int64=7) %!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 c04cb74aa5 joy: Fix distcheck. %!s(int64=7) %!d(string=hai) anos
doc.am 7c8bb47154 Initial commit. %!s(int64=8) %!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 7a7b23fe0b tests: Add simple tests for the REPL. %!s(int64=7) %!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.2.x or 2.0.x
- GNU Make

Installation
------------

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