README 364 B

12345678910111213141516
  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. ------------
  6. - GNU Guile 2.2.x or 2.0.x
  7. - GNU Make
  8. Installation
  9. ------------
  10. See `INSTALL` for installation instructions. Joy follows the GNU
  11. Coding Standards.