mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
33b159c02d
s7 is a Scheme interpreter intended as an extension language for other applications. Although it is a descendant of tinyScheme, s7 is closest as a Scheme dialect to Guile 1.8. I believe it is compatible with r5rs and r7rs. It has continuations, ratios, complex numbers, macros, keywords, hash-tables, multiprecision arithmetic, generalized set!, unicode, and so on. It does not have syntax-rules or any of its friends, and it thinks there is no such thing as an inexact integer. WWW: https://ccrma.stanford.edu/software/snd/snd/s7.html
81 lines
2.0 KiB
Plaintext
81 lines
2.0 KiB
Plaintext
%%NREPL%%bin/s7-nrepl
|
|
%%REPL%%bin/s7-repl
|
|
include/s7.h
|
|
lib/libs7.so
|
|
%%DATADIR%%/case.scm
|
|
%%DATADIR%%/cload.scm
|
|
%%DATADIR%%/debug.scm
|
|
%%DATADIR%%/dup.scm
|
|
%%DATADIR%%/json.scm
|
|
%%DATADIR%%/libc.scm
|
|
%%DATADIR%%/libc_s7.so
|
|
%%DATADIR%%/libdl.scm
|
|
%%DATADIR%%/libdl_s7.so
|
|
%%DATADIR%%/libgdbm.scm
|
|
%%DATADIR%%/libgsl.scm
|
|
%%DATADIR%%/libm.scm
|
|
%%DATADIR%%/libm_s7.so
|
|
%%DATADIR%%/libutf8proc.scm
|
|
%%DATADIR%%/lint.scm
|
|
%%DATADIR%%/loop.scm
|
|
%%DATADIR%%/mockery.scm
|
|
%%DATADIR%%/nrepl.scm
|
|
%%DATADIR%%/profile.scm
|
|
%%DATADIR%%/r7rs.scm
|
|
%%DATADIR%%/reactive.scm
|
|
%%DATADIR%%/repl.scm
|
|
%%DATADIR%%/s7test.scm
|
|
%%DATADIR%%/snd-lint.scm
|
|
%%DATADIR%%/stuff.scm
|
|
%%DATADIR%%/tools/auto-tester.scm
|
|
%%DATADIR%%/tools/compare-calls.scm
|
|
%%DATADIR%%/tools/concordance.scm
|
|
%%DATADIR%%/tools/dup.scm
|
|
%%DATADIR%%/tools/fbench.scm
|
|
%%DATADIR%%/tools/make-nrepl-bits.scm
|
|
%%DATADIR%%/tools/t101.scm
|
|
%%DATADIR%%/tools/table.scm
|
|
%%DATADIR%%/tools/tall.scm
|
|
%%DATADIR%%/tools/tari.scm
|
|
%%DATADIR%%/tools/tauto.scm
|
|
%%DATADIR%%/tools/tbig.scm
|
|
%%DATADIR%%/tools/tcase.scm
|
|
%%DATADIR%%/tools/tclo.scm
|
|
%%DATADIR%%/tools/tcopy.scm
|
|
%%DATADIR%%/tools/teq.scm
|
|
%%DATADIR%%/tools/texit.scm
|
|
%%DATADIR%%/tools/tfft.scm
|
|
%%DATADIR%%/tools/tform.scm
|
|
%%DATADIR%%/tools/tgc.scm
|
|
%%DATADIR%%/tools/tgen.scm
|
|
%%DATADIR%%/tools/tgsl.scm
|
|
%%DATADIR%%/tools/thash.scm
|
|
%%DATADIR%%/tools/thook.scm
|
|
%%DATADIR%%/tools/timp.scm
|
|
%%DATADIR%%/tools/tio.scm
|
|
%%DATADIR%%/tools/titer.scm
|
|
%%DATADIR%%/tools/tlamb.scm
|
|
%%DATADIR%%/tools/tleft.scm
|
|
%%DATADIR%%/tools/tlet.scm
|
|
%%DATADIR%%/tools/tlist.scm
|
|
%%DATADIR%%/tools/tload.scm
|
|
%%DATADIR%%/tools/tmac.scm
|
|
%%DATADIR%%/tools/tmap.scm
|
|
%%DATADIR%%/tools/tmat.scm
|
|
%%DATADIR%%/tools/tmisc.scm
|
|
%%DATADIR%%/tools/tmock.scm
|
|
%%DATADIR%%/tools/tnum.scm
|
|
%%DATADIR%%/tools/tobj.scm
|
|
%%DATADIR%%/tools/tpeak.scm
|
|
%%DATADIR%%/tools/trclo.scm
|
|
%%DATADIR%%/tools/tread.scm
|
|
%%DATADIR%%/tools/trec.scm
|
|
%%DATADIR%%/tools/tref.scm
|
|
%%DATADIR%%/tools/tset.scm
|
|
%%DATADIR%%/tools/tshoot.scm
|
|
%%DATADIR%%/tools/tsort.scm
|
|
%%DATADIR%%/tools/tstar.scm
|
|
%%DATADIR%%/tools/tvect.scm
|
|
%%DATADIR%%/tools/valcall.scm
|
|
%%DATADIR%%/write.scm
|