Ticket #11688 (closed submission: fixed)
NEW: lang/gambit-c 4.0b20
| Reported by: | arto.bendiken@… | Owned by: | pmq@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | gambit, gambit-c, scheme | Cc: | arto.bendiken@…, pmq@… |
| Port: |
Description
I was surprised that Gambit-C wasn't included yet, so I whipped up a portfile for it.
Gambit is one of the more mature and fast Scheme compilers available. From the portfile description:
Gambit-C includes a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of concurrent processes.
The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers.
I'm also attaching a log file which shows a successful compile & install as well as the list of files this port installs.


