Compiler and interpreter for the Joy language.

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

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.