Compiler and interpreter for the Joy language.

Eric Bavier acd8ddfbf3 Add .dir-locals.el vor 7 Jahren
doc 06ae7324ea doc: Populate README. vor 7 Jahren
emacs 7c8bb47154 Initial commit. vor 8 Jahren
joy c2a21d00ae joy: Customize repl welcome banner. vor 7 Jahren
language c82e9934bb joy: Fix joy-repl for Guile 2.2. vor 7 Jahren
lib 3d8a47731d build: Move modules out of "modules" directory. vor 7 Jahren
scripts c04cb74aa5 joy: Fix distcheck. vor 7 Jahren
tests 7a7b23fe0b tests: Add simple tests for the REPL. vor 7 Jahren
.dir-locals.el acd8ddfbf3 Add .dir-locals.el vor 7 Jahren
.gitignore 911cb27a73 fixup! Initial commit. vor 8 Jahren
AUTHORS 7c8bb47154 Initial commit. vor 8 Jahren
COPYING 7c8bb47154 Initial commit. vor 8 Jahren
ChangeLog 7c8bb47154 Initial commit. vor 8 Jahren
INSTALL 7c8bb47154 Initial commit. vor 8 Jahren
Makefile.am c04cb74aa5 joy: Fix distcheck. vor 7 Jahren
NEWS 7c8bb47154 Initial commit. vor 8 Jahren
README 06ae7324ea doc: Populate README. vor 7 Jahren
TODO 7c8bb47154 Initial commit. vor 8 Jahren
bootstrap 7c8bb47154 Initial commit. vor 8 Jahren
configure.ac c04cb74aa5 joy: Fix distcheck. vor 7 Jahren
doc.am 7c8bb47154 Initial commit. vor 8 Jahren
guix.scm 7c8bb47154 Initial commit. vor 8 Jahren
pre-inst-env.in c04cb74aa5 joy: Fix distcheck. vor 7 Jahren
tests.am 7a7b23fe0b tests: Add simple tests for the REPL. vor 7 Jahren

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.