aboutsummaryrefslogtreecommitdiff
path: root/lang/chez-scheme/pkg-descr
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-11-26 21:18:04 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-11-26 21:18:04 +0000
commit5c1ed04c708539ecef0e3d3ebbb0c8d35e5dcb20 (patch)
tree195db18992059fa21512082c74182f6aab508096 /lang/chez-scheme/pkg-descr
parentbddedb62944edee28eb3ce75a7274b28dad591c2 (diff)
downloadports-5c1ed04c708539ecef0e3d3ebbb0c8d35e5dcb20.tar.gz
ports-5c1ed04c708539ecef0e3d3ebbb0c8d35e5dcb20.zip
Notes
Diffstat (limited to 'lang/chez-scheme/pkg-descr')
-rw-r--r--lang/chez-scheme/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/chez-scheme/pkg-descr b/lang/chez-scheme/pkg-descr
new file mode 100644
index 000000000000..39ce69171efa
--- /dev/null
+++ b/lang/chez-scheme/pkg-descr
@@ -0,0 +1,15 @@
+Chez Scheme is both a programming language and an implementation
+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