Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added chez scheme #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added chez scheme #269

wants to merge 1 commit into from

Conversation

damon-kwok
Copy link

@damon-kwok damon-kwok commented Apr 20, 2022

Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation. This variant of Chez Scheme is extended to support the implementation of Racket:

Supported platforms:

  • Windows: x86, x86_64, AArch64
  • Mac OS: x86, x86_64, AArch64, PowerPC32
  • Linux: x86, x86_64, ARMv6, AArch64, PowerPC32
  • FreeBSD: x86, x86_64, ARMv6, AArch64, PowerPC32
  • OpenBSD: x86, x86_64, ARMv6, AArch64, PowerPC32
  • NetBSD: x86, x86_64, ARMv6, AArch64, PowerPC32
  • Solaris: x86, x86_64
  • Android: ARMv7, AArch64
  • iOS: AArch64
  • WebAssembly via Emscripten (bytecode interpreter only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants