> On Sep 1, 2017, at 1:45 PM, Stefan Israelsson Tampe
> wrote:
>
> Hi,
>
> I am maintaining a prolog->scheme compiler and a python->scheme compiler. The
> nice thing with those implementation is that they work well with the guile
> module system and are proper scheme functions and variables
> On Sep 2, 2017, at 6:00 AM, Matt Wette wrote:
>
>
>> On Sep 1, 2017, at 1:45 PM, Stefan Israelsson Tampe
>> wrote:
>>
>> Hi,
>>
>> I am maintaining a prolog->scheme compiler and a python->scheme compiler.
>> The nice thing with those implementation is that they work well with the
>> gui