Difference between revisions of "Chicken"

From Free Software Directory
Jump to: navigation, search
(Added Savannah link)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Chicken
 
|Name=Chicken
|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/
+
|Homepage URL=https://www.call-cc.org/
|User level=none
+
|Is High Priority Project=No
|Computer languages=Scheme
+
|VCS checkout command=git clone git://code.call-cc.org/chicken-core
|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=https://wiki.call-cc.org/man/5/The%20User%27s%20Manual
|Accepts cryptocurrency donations=No
+
|Decommissioned or Obsolete=No
 +
|Donate=https://wiki.call-cc.org/donate
 
|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
|Version identifier=4.11.0
+
|Version identifier=5.0.0
|Version date=2016/05/28
+
|Version date=2018/11/07
 
|Version status=stable
 
|Version status=stable
|Version download=https://code.call-cc.org/releases/4.11.0/chicken-4.11.0.tar.gz
+
|Version download=https://code.call-cc.org/releases/5.0.0/chicken-5.0.0.tar.gz
|Version comment=4.11.0 stable released 2016-05-28
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/19
+
|Last review date=2018/04/13
 +
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 +
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|Checksum=https://code.call-cc.org/releases/5.0.0/chicken-5.0.0.tar.gz.sha256
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 +
|Decommissioned/Obsolete=No
 
|License verified date=2002-04-30
 
|License verified date=2002-04-30
 
}}
 
}}
Line 32: Line 38:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Python (Ref)
|Resource URL=https://savannah.nongnu.org/projects/chicken
+
|Resource URL=https://pypi.org/project/chicken/
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/chicken/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 40: Line 50:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Savannah (Ref)
|Resource kind=E-mail
+
|Resource URL=https://savannah.nongnu.org/projects/chicken/
|Resource URL=mailto:chickenusers@mail.freesoftware.fsf.org
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-users/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-delevop/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-hackers/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-janitors/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-meisters/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=http://lists.nongnu.org/archive/html/chicken-meisters/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/chicken-announce/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://code.call-cc.org/releases/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://wiki.call-cc.org/chicken-projects/egg-index-5.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line, console, library
 
|Interface=command-line, console, library
 
|Programming-language=scheme
 
|Programming-language=scheme
 +
|Runs-on=BSD, GNU/Linux
 
|Software-development=compiler, programming-language
 
|Software-development=compiler, programming-language
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:48, 8 January 2019


[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










"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



























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.