https://github.com/shirok/gauche
Scheme Scripting Engine
https://github.com/shirok/gauche
r7rs-scheme scheme
Last synced: 5 months ago
JSON representation
Scheme Scripting Engine
- Host: GitHub
- URL: https://github.com/shirok/gauche
- Owner: shirok
- License: other
- Created: 2013-04-17T01:40:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2026-01-17T05:09:33.000Z (6 months ago)
- Last Synced: 2026-01-17T17:20:24.470Z (6 months ago)
- Topics: r7rs-scheme, scheme
- Language: Scheme
- Homepage: https://practical-scheme.net/gauche
- Size: 95.5 MB
- Stars: 880
- Watchers: 71
- Forks: 88
- Open Issues: 153
-
Metadata Files:
- Readme: README.adoc
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
= Gauche- Scheme Scripting Engine
Gauche is an R7RS Scheme scripting engine aiming at being a handy tool
that helps programmers and system administrators to write small to large
scripts quickly.
Visit link:https://practical-scheme.net/gauche/[the project webpage] for more details.
Reference manuals are available online: https://practical-scheme.net/gauche/man/gauche-refe/index.html
If you're new to this project and want to try compiling from git repo,
check link:HACKING.adoc[] first. If it is your first time to build Gauche,
you should start from the release tarball instead of git clone; see
https://practical-scheme.net/gauche/download.html on how to get the tarball.
Once you get and untar the release tarball, see link:INSTALL.adoc[]
for the instructions. (If you're reading this in text editor,
INSTALL.en.adoc or INSTALL.ja.adoc are English-only and Japanese-only
version easier to read.)