Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

6,230

Downloads of v 4.11.0:

451

Last Update:

19 Oct 2016

Package Maintainer(s):

Software Author(s):

  • Felix Winkelmann
  • Peter Bex
  • Evan Hanson

Tags:

chicken admin scheme lisp programming language

Chicken Scheme

This is not the latest version of Chicken Scheme available.

  • 1
  • 2
  • 3

4.11.0 | Updated: 19 Oct 2016

Downloads:

6,230

Downloads of v 4.11.0:

451

Maintainer(s):

Software Author(s):

  • Felix Winkelmann
  • Peter Bex
  • Evan Hanson

Chicken Scheme 4.11.0

This is not the latest version of Chicken Scheme available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Chicken Scheme, run the following command from the command line or from PowerShell:

>

To upgrade Chicken Scheme, run the following command from the command line or from PowerShell:

>

To uninstall Chicken Scheme, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade chicken -y --source="'INTERNAL REPO URL'" --version="'4.11.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade chicken -y --source="'INTERNAL REPO URL'" --version="'4.11.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install chicken
  win_chocolatey:
    name: chicken
    version: '4.11.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'chicken' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.11.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller chicken
{
    Name     = "chicken"
    Version  = "4.11.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'chicken':
  ensure   => '4.11.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 21 Oct 2016.

Description

CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. It runs on Linux, OS X, Windows, many Unix flavours, and aims to be
free, simple, portable, extensible, well documented and actively supported.


tools\chicken-bug.exe
md5: AFB77D6E94BA83CCF99A8314DF9F72D7 | sha1: 90E3508456DC0053D02B0F8646C47185D23A1F82 | sha256: AB1C22E050B8B30A86795B51BA8C1B6C16062933F105BFEF2CE2BAF006EC6627 | sha512: BA0C51A86059E7B6A5C1D7CA28F95267C8839EF6C67C80B6A5A2F01C5CFE27B95B5E5C0DD5B7255CA6D36F29F5A64DB833C201FC69410E76FD7A444E662A12D5
tools\chicken-install.exe
md5: AD750955D7200854E04BCD3974360B86 | sha1: 911826BFF6FD44D70206E7F891DED6F0FA576A44 | sha256: C799DF4B501ACFF98B5D3C9FB38A5CC443CCE053BB861982B113CA129CDA1C58 | sha512: D824D6D24EB0C88A1D9FA1DDA5AC30F75E659E28C300A0AD0CC4A69B2F497EE3BD1C16B3348F6740D0405E4C4377814892C8A871BF8298B767860714DF8A2C88
tools\chicken-profile.exe
md5: 38CB0102DA70D82E326B40DEF1880271 | sha1: 06D76A25D67346937B5258EE5DCA3CE2728B777A | sha256: 352B575A88172BF235C014ABE8B7A4EE6CCA54FE5E2D207C29A4EDD78DE4C23F | sha512: 8BCE0814A8D3F77773FC20E0010C16E626A5FC6AD3C2BA4B03BC2CCF3E45F81A69ABF933AE93B9CF34C887F0016F27D910F2D97F9F019BFF8382A21DC0C51257
tools\chicken-status.exe
md5: B5BB4B4624E5E75F141993EF93CD4C5E | sha1: 934A76D7F63E50899332CA3972CE2CC9B717803E | sha256: E2AA71FD82F09405F046CFFD803741E5C3D906704CB7396518C77376387FD7BB | sha512: E523E51A41D98E24E84CF834FAF943A1812D4E71ED9CC425A0CE5A559ADA5F1F7B6E9456372AA6607EF2E6F4E60E94740F0AF3BEB659B9DA7FF6A281B5C80279
tools\chicken-uninstall.exe
md5: 2BFE1FFA4FA5D35D1B9566F6AE2EC7DE | sha1: C4C82C71455CAAAE675C1B393EB50DF7E21AB9BD | sha256: 98B81066A6A15860612EB36C6A94283F47ACE9574BC7E4CCA2CC2E497370DC90 | sha512: 6400A93455E432E049C03A54594803E9672C72A0F600BF8142BF9FE24EFF154F7CE55F1D9B08C99C9CD78B5AE60524C1A2C814B9E2E7734D331C1917B6A86F8A
tools\chicken.exe
md5: 1E377E283636E848DEB92FCE96437D10 | sha1: 5EAD0BF84299FF876937743B7FC69155FE523E69 | sha256: CF380218C6C869B2EE59CE3C58C8A466ECD24775AD05BC0A92F803091A6CD465 | sha512: A8EE3D91AB4BD687F1C45533295F93A00A775EDF0FEAD4358AC11F34DF3E6F12047C08AC78D05F3F590BA1028E1B5BE7B4F2A9F9E62AD337C572F52CCD7510FB
tools\csc.exe
md5: 4F3EDF1AADDD00EBA98EE277561E9668 | sha1: 761441E31DEE1714AB9E834C47BBF13222FD3A91 | sha256: 7E005453BFCA50DE674723CE92212A0EFD6B9FED9528B929C4DA605027027EF1 | sha512: A6AAFB658A809A7281178D00943C89E5C06FE6ECFBECECEB6E7E2683CA4B79223A420763DA913BBF294C2C322CAEBB53C4FCD12FA20BBC32D3C6A89EA5245F66
tools\csi.exe
md5: 6630A9CB370E5C584888895D0F909E58 | sha1: B09FD27AB5BF8BF4833A2206D4469A3CDD0A5AD7 | sha256: B165CAF15A1E20F494C576710FCD4BDBC58F1E97B6B5CFD0D13BB3727557623E | sha512: 130D524EC7B6E9AFD826C75D1448DD77D33EBCE7AD37C3319D629D91AC2ECC558EDB3821BB78027A40299ADDFA047D5B7797BFA5C5F4FC403C37EBDF7022FEB2
tools\csibatch.bat
@echo off
csi -script %1 %2 %3 %4 %5 %6 %7 %8 %9
tools\feathers.bat
@echo off

rem loader for feathers.tcl, the CHICKEN debugger
rem
rem Copyright (c) 2015-2016, The CHICKEN Team
rem All rights reserved.
rem
rem Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
rem conditions are met:
rem
rem   Redistributions of source code must retain the above copyright notice, this list of conditions and the following
rem     disclaimer.
rem   Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
rem     disclaimer in the documentation and/or other materials provided with the distribution.
rem   Neither the name of the author nor the names of its contributors may be used to endorse or promote
rem     products derived from this software without specific prior written permission.
rem
rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
rem OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
rem AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
rem CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
rem CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
rem SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
rem THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
rem OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
rem POSSIBILITY OF SUCH DAMAGE.
wish /usr/local/share/chicken\feathers.tcl          
tools\libchicken.dll
md5: AAA3F1D4AEDF3205D190847A0811B345 | sha1: 9D9D85D270E182324247A9F895CAF7686D66CBA3 | sha256: E5270D3C4FE855252E661C9E81DB4AEC6D9D6F6BCACE8013486DBD4F5A985328 | sha512: 553077E30B57B99077FE76F7C342928E5154060BB5ABD87852957422C3D57EB6432F46047E65249E6EE8D6E0D1EE81C7E09AD1FC5A97238DF55FABD6C622C102

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Chicken Scheme 5.2.0.5 120 Saturday, June 20, 2020 Approved
Chicken Scheme 5.2.0.3 293 Friday, May 1, 2020 Approved
Chicken Scheme 5.2.0.2 207 Friday, April 3, 2020 Approved
Chicken Scheme 5.2.0 266 Monday, March 2, 2020 Approved
Chicken Scheme 4.13.0 1311 Friday, December 15, 2017 Approved
Chicken Scheme 4.12.0 792 Wednesday, July 12, 2017 Approved
Chicken Scheme 4.11.0.1 856 Saturday, October 22, 2016 Approved
Chicken Scheme 4.11.0 451 Wednesday, October 19, 2016 Approved

This package has no dependencies.

Discussion for the Chicken Scheme Package

Ground Rules:

  • This discussion is only about Chicken Scheme and the Chicken Scheme package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Chicken Scheme, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus