Compiler and interpreter for the Joy language.

Eric Bavier 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
doc f7053920e7 joy: Support concatenating scripts and stack initialization. 6 лет назад
emacs 7c8bb47154 Initial commit. 8 лет назад
joy f7053920e7 joy: Support concatenating scripts and stack initialization. 6 лет назад
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 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
.dir-locals.el f7053920e7 joy: Support concatenating scripts and stack initialization. 6 лет назад
.gitignore 911cb27a73 fixup! Initial commit. 8 лет назад
AUTHORS 7c8bb47154 Initial commit. 8 лет назад
COPYING 7c8bb47154 Initial commit. 8 лет назад
ChangeLog 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
INSTALL 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
Makefile.am c04cb74aa5 joy: Fix distcheck. 7 лет назад
NEWS 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
README 06ae7324ea doc: Populate README. 7 лет назад
TODO 7c8bb47154 Initial commit. 8 лет назад
bootstrap 7c8bb47154 Initial commit. 8 лет назад
configure.ac 3bfadba5ba dist: Release version 1.0.0. 6 лет назад
doc.am 7c8bb47154 Initial commit. 8 лет назад
guix.scm 7c8bb47154 Initial commit. 8 лет назад
pre-inst-env.in c04cb74aa5 joy: Fix distcheck. 7 лет назад
tests.am f7053920e7 joy: Support concatenating scripts and stack initialization. 6 лет назад

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.