Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-10 Thread reza
this > journey, and this is our first official announcement anywhere. And, of > course, we're a little nervous with what the future may hold as we feel > this isn't just about us succeeding, but opening it up for more people > to do this work, too. Nonetheless, we can'

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

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