Difference between revisions of "Chicken"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Chicken |Short description=Scheme to C compiler |Full description=CHICKEN is a simple Scheme-to-C compiler supporting the language features as defined in the 'Revis...")
 
(New version)
Line 3: Line 3:
 
|Short description=Scheme to C compiler
 
|Short description=Scheme to C compiler
 
|Full description=CHICKEN is a simple Scheme-to-C compiler supporting the language features as defined in the 'Revised^5 Report on Scheme'. It supports full tail-recursion and first-class continuations. The code it generates is quite portable; compiled files generated by it (including itself) should work with either no or minor changes on other systems. Linking to C modules and C library functions is straightforward, and compiled programs can easily be embedded into existing C code. The package includes many extra libraries.
 
|Full description=CHICKEN is a simple Scheme-to-C compiler supporting the language features as defined in the 'Revised^5 Report on Scheme'. It supports full tail-recursion and first-class continuations. The code it generates is quite portable; compiled files generated by it (including itself) should work with either no or minor changes on other systems. Linking to C modules and C library functions is straightforward, and compiled programs can easily be embedded into existing C code. The package includes many extra libraries.
 +
|Homepage URL=http://www.call-cc.org/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.call-with-current-continuation.org/chicken.html
 
|VCS checkout command=
 
 
|Computer languages=Scheme
 
|Computer languages=Scheme
 
|Documentation note=User manual included in HTML format and available in PDF format from http://www.call-with-current-continuation.org/chicken-manual.pdf
 
|Documentation note=User manual included in HTML format and available in PDF format from http://www.call-with-current-continuation.org/chicken-manual.pdf
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=DrScheme,Gauche,SISC,Bigloo,Bobot++,scons-chicken,Scheme_48,Chicken,Hobbit,mit-scheme,Racket
 
|Related projects=DrScheme,Gauche,SISC,Bigloo,Bobot++,scons-chicken,Scheme_48,Chicken,Hobbit,mit-scheme,Racket
 
|Keywords=compiler,software development,programming,C,scheme,chicken,R5RS
 
|Keywords=compiler,software development,programming,C,scheme,chicken,R5RS
|Is GNU=n
+
|Version identifier=4.11.0
|Last review by=Janet Casey
+
|Version date=2016/05/28
|Last review date=2005-11-22
+
|Version status=stable
 +
|Version download=https://code.call-cc.org/releases/4.11.0/chicken-4.11.0.tar.gz
 +
|Version comment=4.11.0 stable released 2016-05-28
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.2
+
|Status=
|Version date=2005-02-03
+
|Is GNU=No
|Version status=stable
+
|License verified date=2002-04-30
|Version download=http://www.call-with-current-continuation.org/chicken-2.2.zip
+
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Janet Casey
 
|License verified date=2002-04-30
 
|License verified date=2002-04-30
|Version comment=2.2 stable released 2005-02-03
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Felix L. Winkelmann
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Felix L. Winkelmann
 
 
|Email=felix@call-with-current-continuation.org
 
|Email=felix@call-with-current-continuation.org
 
|Resource URL=
 
|Resource URL=
Line 40: Line 39:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line,console,library
+
|Interface=command-line, console, library
 
|Programming-language=scheme
 
|Programming-language=scheme
|Software-development=compiler,programming-language
+
|Software-development=compiler, programming-language
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=BSD_3Clause
 
|License verified by=Janet Casey
 
|License verified date=2002-04-30
 
}}
 

Revision as of 21:03, 7 February 2017


[edit]

Chicken

https://www.call-cc.org/
Scheme to C compiler.

CHICKEN is a simple Scheme-to-C compiler supporting the language features as defined in the 'Revised^5 Report on Scheme'. It supports full tail-recursion and first-class continuations. The code it generates is quite portable; compiled files generated by it (including itself) should work with either no or minor changes on other systems. Linking to C modules and C library functions is straightforward, and compiled programs can easily be embedded into existing C code. The package includes many extra libraries.








Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.