./lang/bigloo, Scheme development environment

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.6anb2, Package name: bigloo-4.6anb2, Maintainer: ktnb

Bigloo is a Scheme development environment that includes a compiler
generating C code and Java classes, and an interpreter. Bigloo is
the tool of choice for building autonomous applications in Scheme.
It is mostly conformant to the Revised5 Report on the Algorithmic
Language Scheme with many extensions:
- lexical and syntactic builtin parser generators;
- pattern-matching;
- foreign languages interface (connection to C and to Java);
- modules;
- object-oriented class-based programming;
- preemptive multi-threading;
- unicode characters and strings;
- posix programming (process, pipe, socket);
- openssl;
- multimedia libraries;
- event loops and event-based programming (libuv).


Master sites:

Filesize: 61054.768 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-06-30 15:09:36 by Kevin Bloom | Files touched by this commit (8)
Log message:
lang/bigloo: add bigloo version 4.5b

Bigloo is a Scheme development environment that includes a compiler
generating C code and Java classes, and an interpreter. Bigloo is
the tool of choice for building autonomous applications in Scheme.
It is mostly conformant to the Revised5 Report on the Algorithmic
Language Scheme with many extensions:
  - lexical and syntactic builtin parser generators;
  - pattern-matching;
  - foreign languages interface (connection to C and to Java);
  - modules;
  - object-oriented class-based programming;
  - preemptive multi-threading;
  - unicode characters and strings;
  - posix programming (process, pipe, socket);
  - openssl;
  - multimedia libraries;
  - event loops and event-based programming (libuv).