Skip to content
forked from Wodan58/joy1

Manfred von Thun's Programming Language Joy

License

Notifications You must be signed in to change notification settings

gabemeikle/joy1

 
 

Repository files navigation

Joy1

Build Linux Windows Coverity Coverage Codecov Quality Alerts
status Travis CI build status AppVeyor CI build status Coverity Scan Build Status Coverage Status Codecov Language grade: C/C++ Alerts

This is the BDW version of Joy. The two versions are drifting apart.

Changes

Changes are mentioned in globals.h and documented in the doc directory. Some builtins have been added: fget, getch, and sametype. Some have been removed: conts, __dump, __memoryindex, __memorymax, and __settracegc. It is always possible to extract an up-to-date version of the manual:

echo '__html_manual.' | ./joy | lynx -stdin

The lynx browser even adds some color. The original version can be seen here.

Installation

Build with the BDW garbage collector, or without:

cmake .
cmake --build .

About

Manfred von Thun's Programming Language Joy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • NewLisp 2.1%
  • Other 2.2%