Re: Absolute path of source file

2024-09-23 Thread reza
Hi Retropikzel Perfect, works out of the box! I missed this part in the manual, just saw that it is in chapter "Source Properties" where I would never have guessed to look at. Thanks very much, Reza > On Mon, 23 Sep 2024 15:35:03 + > reza wrote: > >> Hi List >> >> How can I get the absolute

Absolute path of source file

2024-09-23 Thread reza
Hi List How can I get the absolute path to a source file from itself. In bash this would look like something along the lines realpath $(dirname $0) but I could not figure out how to achieve this in guile. Thanks for any hints! Cheers, Reza

Re: GNU G-Golf 0.8.0-rc6 available for testing

2024-09-23 Thread pelzflorian (Florian Pelz)
David Pirotte writes: > I recommend you (and g-golf users) to carefully read at least the > GObject tutorial and then the upstream doc entries of the objects, > properties, functions, methods and virtual methods you are using in > your own g-golf based app [1]. You are giving good recommendations