diff options
author | Jockey S. Kyd <jockey.kyd@gmail.com> | 2011-09-27 08:20:09 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-27 08:20:09 -0300 |
commit | 63cd59235a7307bbb68e396fe69f0dae42879f18 (patch) | |
tree | 4ad86e6f84c6a61698565f9080c04c497dac2023 /development/gauche/README | |
parent | 102cefc4f0f25b6a27366197c45929caf058384f (diff) | |
download | slackbuilds-63cd59235a7307bbb68e396fe69f0dae42879f18.tar.gz |
development/gauche: Added (R5RS Scheme implementation)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/gauche/README')
-rw-r--r-- | development/gauche/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/gauche/README b/development/gauche/README new file mode 100644 index 0000000000..06704fc3ee --- /dev/null +++ b/development/gauche/README @@ -0,0 +1,4 @@ +Gauche is an R5RS Scheme implementation developed to be a handy script +interpreter, which allows programmers and system administrators to write +small to large scripts for their daily chores. Quick startup, built-in +system interface, native multilingual support are some of the goals. |