mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
5c1ed04c70
of that language, with supporting tools and documentation. As a superset of the language described in the [Revised<sup>6</sup> Report on the Algorithmic Language Scheme] (http://www.r6rs.org)(R6RS), Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion. Chez Scheme also includes extensive support for interfacing with C and other languages, support for multiple threads possibly running on multiple cores, non-blocking I/O, and many other features. WWW: https://cisco.github.io/ChezScheme Thanks to jrm for helping with testing.
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
bin/petite
|
|
bin/%%PORTNAME%%
|
|
bin/%%PORTNAME%%-script
|
|
%%CHEZ_LIBDIR%%/%%CHEZ_ARCH%%/petite.boot
|
|
%%CHEZ_LIBDIR%%/%%CHEZ_ARCH%%/%%PORTNAME%%-script.boot
|
|
%%CHEZ_LIBDIR%%/%%CHEZ_ARCH%%/%%PORTNAME%%.boot
|
|
%%CHEZ_LIBDIR%%/%%CHEZ_ARCH%%/scheme.boot
|
|
%%CHEZ_LIBDIR%%/%%CHEZ_ARCH%%/scheme.h
|
|
%%CHEZ_LIBDIR%%/examples/Makefile
|
|
%%CHEZ_LIBDIR%%/examples/compat.ss
|
|
%%CHEZ_LIBDIR%%/examples/crepl.c
|
|
%%CHEZ_LIBDIR%%/examples/csocket.c
|
|
%%CHEZ_LIBDIR%%/examples/def.ss
|
|
%%CHEZ_LIBDIR%%/examples/edit.ss
|
|
%%CHEZ_LIBDIR%%/examples/ez-grammar-test.ss
|
|
%%CHEZ_LIBDIR%%/examples/ez-grammar.ss
|
|
%%CHEZ_LIBDIR%%/examples/fact.ss
|
|
%%CHEZ_LIBDIR%%/examples/fatfib.ss
|
|
%%CHEZ_LIBDIR%%/examples/fft.ss
|
|
%%CHEZ_LIBDIR%%/examples/fib.ss
|
|
%%CHEZ_LIBDIR%%/examples/foreign.ss
|
|
%%CHEZ_LIBDIR%%/examples/freq.ss
|
|
%%CHEZ_LIBDIR%%/examples/interpret.ss
|
|
%%CHEZ_LIBDIR%%/examples/m4.ss
|
|
%%CHEZ_LIBDIR%%/examples/macro.ss
|
|
%%CHEZ_LIBDIR%%/examples/matrix.ss
|
|
%%CHEZ_LIBDIR%%/examples/object.ss
|
|
%%CHEZ_LIBDIR%%/examples/power.ss
|
|
%%CHEZ_LIBDIR%%/examples/queue.ss
|
|
%%CHEZ_LIBDIR%%/examples/rabbit.ss
|
|
%%CHEZ_LIBDIR%%/examples/rsa.ss
|
|
%%CHEZ_LIBDIR%%/examples/scons.ss
|
|
%%CHEZ_LIBDIR%%/examples/setof.ss
|
|
%%CHEZ_LIBDIR%%/examples/socket.ss
|
|
%%CHEZ_LIBDIR%%/examples/template.ss
|
|
%%CHEZ_LIBDIR%%/examples/unify.ss
|
|
man/man1/petite.1.gz
|
|
man/man1/%%PORTNAME%%.1.gz
|