Re: Implementing Guile with a Windows port

2021-10-09 Thread Eli Zaretskii
> Date: Sat, 9 Oct 2021 22:02:06 -0300 > From: David Pirotte > Cc: Taylan Kammer , andrewgo...@yahoo.com.sg, > guile-devel@gnu.org > > Le Sat, 09 Oct 2021 21:32:23 +0300, > Eli Zaretskii a écrit : > > > A MinGW port of Guile 2.0.11 can be found on the ezwinports site. > > AFAIK, the only featu

Docs for stis engine

2021-10-09 Thread Stefan Israelsson Tampe
Hi all, just made some docs for stis-engine e.g. a pipelining framework used ontop of fibers. So now you can move your big data applications to guile :) See, https://gitlab.com/tampe/stis-engine/-/tree/master/doc

guile and libgccjit

2021-10-09 Thread Andy Tai
can guile make use of libgccjit? would be an interesting optional addition to guile

Re: Implementing Guile with a Windows port

2021-10-09 Thread David Pirotte
Le Sat, 09 Oct 2021 21:32:23 +0300, Eli Zaretskii a écrit : > > From: Taylan Kammer > > Date: Sat, 9 Oct 2021 20:10:15 +0200 > > > > I can't speak for the developers, but as far as I can tell, there > > isn't the right combination of willingness and resources to support > > a native port of GNU

Re: Implementing Guile with a Windows port

2021-10-09 Thread Eli Zaretskii
> From: Taylan Kammer > Date: Sat, 9 Oct 2021 20:10:15 +0200 > > I can't speak for the developers, but as far as I can tell, there isn't the > right combination of willingness and resources to support a native port of > GNU Guile for MS Windows. > > As far as I know, there's a MinGW port, but if

Re: Implementing Guile with a Windows port

2021-10-09 Thread Taylan Kammer
On 09.10.2021 14:01, Andrew Goh wrote: > Hello everybody, > > I was wondering if the GNU Guile development team had thought of implementing > a GNU Guile version for Microsoft Windows operating systems (Win 10, 11), to > be used as a plug-in on JetBrains Intellij IDEA Ultimate, Community IDE and

Implementing Guile with a Windows port

2021-10-09 Thread Andrew Goh
Hello everybody, I was wondering if the GNU Guile development team had thought of implementing a GNU Guile version for Microsoft Windows operating systems (Win 10, 11), to be used as a plug-in on JetBrains Intellij IDEA Ultimate, Community IDE and the VS Code IDE. Regards, --- Andrew Goh