Compiler and interpreter for the Joy language.

Eric Bavier 3bfadba5ba dist: Release version 1.0.0. před 6 roky
doc f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky
emacs 7c8bb47154 Initial commit. před 8 roky
joy f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky
language c82e9934bb joy: Fix joy-repl for Guile 2.2. před 7 roky
lib 3d8a47731d build: Move modules out of "modules" directory. před 7 roky
scripts c04cb74aa5 joy: Fix distcheck. před 7 roky
tests 3bfadba5ba dist: Release version 1.0.0. před 6 roky
.dir-locals.el f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky
.gitignore 911cb27a73 fixup! Initial commit. před 8 roky
AUTHORS 7c8bb47154 Initial commit. před 8 roky
COPYING 7c8bb47154 Initial commit. před 8 roky
ChangeLog 3bfadba5ba dist: Release version 1.0.0. před 6 roky
INSTALL 3bfadba5ba dist: Release version 1.0.0. před 6 roky
Makefile.am c04cb74aa5 joy: Fix distcheck. před 7 roky
NEWS 3bfadba5ba dist: Release version 1.0.0. před 6 roky
README 06ae7324ea doc: Populate README. před 7 roky
TODO 7c8bb47154 Initial commit. před 8 roky
bootstrap 7c8bb47154 Initial commit. před 8 roky
configure.ac 3bfadba5ba dist: Release version 1.0.0. před 6 roky
doc.am 7c8bb47154 Initial commit. před 8 roky
guix.scm 7c8bb47154 Initial commit. před 8 roky
pre-inst-env.in c04cb74aa5 joy: Fix distcheck. před 7 roky
tests.am f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky

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.