README 344 B

1234567891011121314
  1. Joy is an implementation of the purely functional, concatenative
  2. programming language originally invented by Manfred Thun. It is
  3. implemented using Guile’s multi-language support.
  4. ## Requirements
  5. - GNU Guile 2.0.x or later
  6. - GNU Make
  7. ## Installation
  8. See `INSTALL` for installation instructions. Joy follows the GNU
  9. Coding Standards.