Compiler and interpreter for the Joy language.

Eric Bavier 145e31ebac dist: Release version 1.0.1. před 4 roky
doc 145e31ebac dist: Release version 1.0.1. před 4 roky
emacs 7c8bb47154 Initial commit. před 8 roky
joy f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky
language 0d61cd5c17 joy: Minor adjustments to support Guile 3.x. před 4 roky
lib 3d8a47731d build: Move modules out of "modules" directory. před 7 roky
scripts c04cb74aa5 joy: Fix distcheck. před 7 roky
tests af536c36e1 build: Remove generated tests/package.m4 from version control. před 4 roky
.dir-locals.el f7053920e7 joy: Support concatenating scripts and stack initialization. před 6 roky
.gitignore af536c36e1 build: Remove generated tests/package.m4 from version control. před 4 roky
AUTHORS 7c8bb47154 Initial commit. před 8 roky
COPYING 7c8bb47154 Initial commit. před 8 roky
ChangeLog 145e31ebac dist: Release version 1.0.1. před 4 roky
INSTALL 3bfadba5ba dist: Release version 1.0.0. před 6 roky
Makefile.am 51eee0ff19 dist: Fix distcheck with V=1. před 4 roky
NEWS 145e31ebac dist: Release version 1.0.1. před 4 roky
README 145e31ebac dist: Release version 1.0.1. před 4 roky
TODO 7c8bb47154 Initial commit. před 8 roky
bootstrap 7c8bb47154 Initial commit. před 8 roky
configure.ac 145e31ebac dist: Release version 1.0.1. před 4 roky
doc.am f64b4108ca dist: doc: Ensure fdl texi is distributed. před 4 roky
guix.scm 7c8bb47154 Initial commit. před 8 roky
pre-inst-env.in c04cb74aa5 joy: Fix distcheck. před 7 roky
tests.am af536c36e1 build: Remove generated tests/package.m4 from version control. před 4 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.0.x or later
- GNU Make

## Installation

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