diff options
Diffstat (limited to 'lang/bigloo/pkg-descr')
-rw-r--r-- | lang/bigloo/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/bigloo/pkg-descr b/lang/bigloo/pkg-descr new file mode 100644 index 000000000000..190566a9cfc3 --- /dev/null +++ b/lang/bigloo/pkg-descr @@ -0,0 +1,21 @@ +This is a port of Bigloo, a Scheme system which includes a compiler +generating C code and Java classes and an interpreter. Bigloo is the +tool of choice for the construction of small autonomous applications +in Scheme. Bigloo is mostly conformant to the Revised5 Report on the +Algorithmic Language Scheme with many extensions: + Rgc, a lex facility. + Match, a pattern-matching compiler. + Foreign languages interface (connection to C and to Java). + Module language. + Extension package system. + An Lalr facility. + An Object sytem. + A thread library. + DSSSL support. + Unicode characters and strings. + Process, Pipe and Socket support. + +WWW: http://www-sop.inria.fr/mimosa/fp/Bigloo/ + +- Stanislav Grozev +tacho@daemonz.org |