Wingetlywingetly
← All apps

Chez Scheme

by Cisco Systems, Inc.v10.4.1

Last updated

Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.

Install with winget

$ winget install --id Cisco.ChezScheme --exact --version 10.4.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Chez Scheme

Chez Scheme uses EXE (Burn bundle). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i ChezScheme10.4.1.exe /quiet /norestart

See the full silent install reference for Chez Scheme

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.

As a superset of the language described in the Revised⁶ Report on the Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion.

Chez Scheme also includes extensive support for interfacing with C and other languages, support for multiple threads possibly running on multiple cores, non-blocking I/O, and many other features.

The Chez Scheme implementation consists of a compiler, run-time system, and programming environment. Although an interpreter is available, all code is compiled by default. Source code is compiled on-the-fly when loaded from a source file or entered via the shell. A source file can also be precompiled into a stored binary form and automatically recompiled when its dependencies change. Whether compiling on the fly or precompiling, the compiler produces optimized machine code, with some optimization across separately compiled library boundaries. The compiler can also be directed to perform whole-program compilation, which does full cross-library optimization and also reduces a program and the libraries upon which it depends to a single binary.

The run-time system interfaces with the operating system and supports, among other things, binary and textual (Unicode) I/O, automatic storage management (dynamic memory allocation and generational garbage collection), library management, and exception handling. By default, the compiler is included in the run-time system, allowing programs to be generated and compiled at run time, and storage for dynamically compiled code, just like any other dynamically allocated storage, is automatically reclaimed by the garbage collector.

The programming environment includes a source-level debugger, a mechanism for producing HTML displays of profile counts and program "hot spots" when profiling is enabled during compilation, tools for inspecting memory usage, and an interactive shell interface (the expression editor, or "expeditor" for short) that supports multi-line expression editing.

The R6RS core of the Chez Scheme language is described in The Scheme Programming Language, which also includes an introduction to Scheme and a set of example programs. Chez Scheme's additional language, run-time system, and programming environment features are described in the Chez Scheme User's Guide. The latter includes a shared index and a shared summary of forms, with links where appropriate to the former, so it is often the best starting point.

Installers · v10.4.1

ArchitectureTypeScopeInstallDownload
x86EXE
Burn bundle
machineDirect
x64EXE
Burn bundle
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Chez Scheme.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • ClamAVCisco Systems, Inc.
    Cisco.ClamAVv1.5.4

    ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

  • P
    ProximityCisco Systems, Inc.
    Cisco.Proximityv4.0.0.0

    Cisco Proximity allows you to control your video system and share wirelessly.

  • Cisco JVDI AgentCisco Systems, Inc.
    Cisco.JabberVDIAgentv15.2.1.60904

    Use Jabber with Citrix or VMWare VDI solution.

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.11Python Software Foundation
    Python.Python.3.11v3.11.9

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

More from Cisco Systems, Inc. or browse programming-language, scheme.

Frequently asked questions

How do I install Chez Scheme on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Cisco.ChezScheme --exact --version 10.4.1. winget downloads the installer from Cisco Systems, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Chez Scheme silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Cisco.ChezScheme --exact 10.4.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Chez Scheme?
Chez Scheme uses EXE (Burn bundle). Run the downloaded installer with: msiexec.exe /i ChezScheme10.4.1.exe /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Chez Scheme via winget?
Run: winget uninstall --id Cisco.ChezScheme --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Chez Scheme's Apps & Features entry.
Is Chez Scheme free?
Chez Scheme is distributed under Apache-2.0. Refer to the publisher (https://cisco.github.io/ChezScheme) for the full license terms - Wingetly itself does not charge for installation.
Does Chez Scheme work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Chez Scheme directly from the publisher.
How do I keep Chez Scheme up to date?
Run winget upgrade --id Cisco.ChezScheme --exact, or winget upgrade --all to update everything winget tracks. We index 7 versions of Chez Scheme from microsoft/winget-pkgs.

Recent versions

  • 10.4.1latest
  • 10.4.0
  • 10.3.0
  • 10.2.0
  • 10.1.0
  • 10.0.0
  • 9.5.8