Re: Auto compile from many different languages that interoperates with guile

2017-09-02 Thread Matt Wette
> 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

Re: Auto compile from many different languages that interoperates with guile

2017-09-02 Thread Matt Wette
> 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