Freja Nordsiek writes:
> I've written preliminary versionf of all the R7RS libraries along with
> documentation and unit tests for most of the procedures I had to add
> (none for those that were re-exports/renames of existing procedures in
> Guile). Sorry for the bad timing (right before the 2.2
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> [...] I think Mark was intending to rebase the r7rs-wip branch on
> master, after which Guile 2.2 would have fairly complete support for
> R7RS syntax including library definitions. [...]
To clarify, I mean some time throughout t
> On Mar 10, 2017, at 5:30 AM, Andy Wingo wrote:
>
> We are pleased to announce GNU Guile release 2.1.8.
>
> Guile 2.1.8 is the eighth pre-release in what will eventually become the
> 2.2 release series. We are optimistic that no further pre-releases will
> be required. We encourage you to te
Andy Wingo writes:
> On Thu 09 Mar 2017 15:31, Arne Babenhauserheide writes:
>
>> However I did not manage to reproduce it in a small example, therefore I
>> pastebinned the whole file:
>>
>> script: https://paste.pound-python.org/show/0IlalBrxVH7KHjW83ayu/
>> input: https://paste.pound-python.
[2017-03-10 05:46] Thien-Thi Nguyen
> () Dmitry Bogatov
> () Mon, 18 Jul 2016 20:59:03 +0300
>
>> > +(define-module (system foreign declarative)
>> > + #:export (make-foreign-type)
>> > + #:export (define-foreign-type))
>> > +(use-modules (srfi srfi-9))
>
>> You don't have