Compiler and interpreter for the Joy language.

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

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.