Compiler and interpreter for the Joy language.

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

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.