Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / chicken / DESCR
blob041f6a652389e55e69a80d0ab4efc2f2a3f8cb59
1 CHICKEN is a Scheme-to-C compiler supporting most of the language
2 features as defined in the Revised^5 Report on Scheme.  CHICKEN
3 generates quite portable C code, and files compiled by it (including
4 itself) should work without any changes on most platforms.
6 The whole package is distributed under a BSD license and as such free
7 to use and modify as long as you adhere to its terms (see the manual).
8 Linkage to C modules and C-library functions is straightforward, so
9 it's easy to access C from Scheme.  Compiled code can be embedded into
10 existing C programs without problems.  The generated code supports
11 full tail-recursion, first-class continuations, multiple values and
12 dynamic-wind.