File: README.adoc

package info (click to toggle)
gauche 0.9.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 48,144 kB
  • sloc: lisp: 142,132; ansic: 118,007; sh: 5,381; makefile: 2,737; cpp: 1,630; asm: 107
file content (19 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= 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.)