Re: Option to create statically linked binaries

2021-12-29 Thread Sai Karthik
Sorry for not able to phrase my thoughts into words properly. Yes, I mean able to create native binaries out of guile programs, Just like how in is done with Golang, where program binary includes go runtime & gc. And, good to know that the team has it in on the roadmap & I personally feel that

Re: guile_gi-0.3.2 released

2021-12-29 Thread Andy Tai
Curious if this covers all the common GNOME APIs on GNOME 3? Also is there plan to cover gtk 4? Also to makg GObject appear as GOOPS objects? > Date: Wed, 29 Dec 2021 20:21:17 -0800 > From: Mike Gran > To: guile-user@gnu.org > Subject: guile_gi-0.3.2 released > Message-ID: > Content-Type: tex

Re: [EXT] Option to create statically linked binaries

2021-12-29 Thread tomas
On Wed, Dec 29, 2021 at 02:52:20PM -0500, Thompson, David wrote: > Hi Sai, > > On Wed, Dec 29, 2021 at 1:14 PM Sai Karthik wrote: > > > > Hello everyone! I'm new to guile. I am exploring the language since a > > couple of days. It would be nice to have option to produce such binaries > > for prog

Re: Option to create statically linked binaries

2021-12-29 Thread Keith Wright
James Crake-Merani writes: > On 21/12/29 10:59pm, Sai Karthik wrote: >> Hello everyone! I'm new to guile. I am exploring the language since a couple >> of days. It would be nice to have option to produce such binaries for >> programs built using guile (like with golang & some more langs). > I'm

Re: [EXT] Option to create statically linked binaries

2021-12-29 Thread Thompson, David
Hi Sai, On Wed, Dec 29, 2021 at 1:14 PM Sai Karthik wrote: > > Hello everyone! I'm new to guile. I am exploring the language since a > couple of days. It would be nice to have option to produce such binaries > for programs built using guile (like with golang & some more langs). That is not possi

Re: Option to create statically linked binaries

2021-12-29 Thread James Crake-Merani
On 21/12/29 10:59pm, Sai Karthik wrote: > Hello everyone! I'm new to guile. I am exploring the language since a couple > of days. It would be nice to have option to produce such binaries for > programs built using guile (like with golang & some more langs). > > Was this topic already discussed here

Option to create statically linked binaries

2021-12-29 Thread Sai Karthik
Hello everyone! I'm new to guile. I am exploring the language since a couple of days. It would be nice to have option to produce such binaries for programs built using guile (like with golang & some more langs). Was this topic already discussed here before? Interested to know about your though

Re: Need help embedding Guile

2021-12-29 Thread Olivier Dion via General Guile related discussions
On Wed, 22 Dec 2021, Mikael Djurfeldt wrote: > All of this indicates that it could be nice to have some kind of Guile > shutdown call in the C API. Such a shutdown call could go through live > objects and free them. Indeed, that's a cool feature. Not many libraries are able to do so though and

Re: SD4F: (exist? procedure-**maximum**-arity)

2021-12-29 Thread Zelphir Kaltstahl
Hello Blake! You might be interested in this: https://notabug.org/ZelphirKaltstahl/function-combinators/src/master/notes.org =) Although I did try to implement things in a purely functional way, going perhaps a bit too far. Also "applicable structs" in Guile could prove useful, if you can find

Re: SD4F: (exist? procedure-**maximum**-arity)

2021-12-29 Thread Blake Shaw
Olivier Dion writes: > Out of topic here, but what's your first impression of the book? I was > thinking of asking it for my birthday :-) As someone whose introduction to scheme was sicp about a year ago, which I spent about three months with only moving forward after solving each problem, get