diff options
Diffstat (limited to 'development/chicken/README')
-rw-r--r-- | development/chicken/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/chicken/README b/development/chicken/README new file mode 100644 index 0000000000..727a9401f1 --- /dev/null +++ b/development/chicken/README @@ -0,0 +1,5 @@ +chicken is a compiler that translates Scheme source files into C, +which in turn can be fed to a C compiler to generate a standalone +executable. An interpreter is also available and can be used as a +scripting environment or for test programs before compilation. +Scheme is a member of the Lisp family of languages. |