Skip to content

Commit

Permalink
Add 's7/' from commit 'ee180b0325d20d6a1af61755d0e7ccf93e5b0978'
Browse files Browse the repository at this point in the history
git-subtree-dir: s7
git-subtree-mainline: d8194fa
git-subtree-split: ee180b0
  • Loading branch information
ScatteredRay committed Jun 9, 2024
2 parents d8194fa + ee180b0 commit d0295bc
Show file tree
Hide file tree
Showing 98 changed files with 300,616 additions and 0 deletions.
1 change: 1 addition & 0 deletions s7/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0-clause BSD
33 changes: 33 additions & 0 deletions s7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# s7

s7 is a Scheme interpreter.

[documentation](https://ccrma.stanford.edu/software/snd/snd/s7.html)

[git repository](https://cm-gitlab.stanford.edu/bil/s7.git)
if you get a certificate complaint: git config --global http.sslVerify false

[daily tarball](https://ccrma.stanford.edu/software/s7/s7.tar.gz)

[mailing list](http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist)

[mailing list archive](https://cm-mail.stanford.edu/pipermail/cmdist/)

[svn site (Snd)](https://sourceforge.net/p/snd/svn1/)

[scheme-for-max](https://github.com/iainctduncan/scheme-for-max) and [scheme-for-pd](https://github.com/iainctduncan/scheme-for-pd) (Iain Duncan)

[radium](https://users.notam02.no/~kjetism/radium/) (Kjetil Matheussen)

[SchemeMosaic](http://xelf.me/scheme-mosaic.html) (David O'Toole)

[libs7](https://github.com/obazl/libs7/) (Gregg Reynolds)

[Common Music](http://commonmusic.sourceforge.net/) (Rick Taube)

docker container: docker run -it schemers/s7:head (Lassi Kortela)

[web assembly](https://github.com/actonDev/s7-playground/) (Christos Vagias)
also (https://github.com/iainctduncan/s7-wasm) (Iain Duncan)

[the original](https://en.wikipedia.org/wiki/Sunbeam_S7_and_S8)
661 changes: 661 additions & 0 deletions s7/case.scm

Large diffs are not rendered by default.

Loading

0 comments on commit d0295bc

Please sign in to comment.