Re: PowerShell core?

2021-02-03 Thread Yasuaki Kudo
Wow! It does look very interesting, indeed! One of the reasons why I became so interested in Racket (not just PowerShell) is that it installed without a hitch in my corporate Windows. (I tried to install Haskell as well but it got stuck when it came to using Stack) It is also interesting

Re: Installing a wrapper guile script in /bin

2021-02-03 Thread elaexuotee
Thank you for the thoughtful input. Maxime Devos wrote: > * forego representing `wrapper-script` as a gexp (using #~), instead represent > `wrapper-script` as something quasiquoted. Then write this expression to > a file (with 'write', and include an appropriate shebang line) > * The

Re: PowerShell core?

2021-02-03 Thread Bengt Richter
Hi, On +2021-02-03 02:28:26 +0100, zimoun wrote: > Hi, > > Well, speaking about an > > >attempt to pull command > > interpreters out of the 70s > > ads: :-) > > (I previewed the talk and it is

Re: Blog post about the upcoming FOSDEM + Guix Day

2021-02-03 Thread Bonface Munyoki K .
Efraim Flashner writes: > Send coffee. Lots of coffee ;D > Tea is more polite(?) :) -- Bonface M. K. D4F09EB110177E03C28E2FE1F5BBAE1E0392253F Humble GNU Emacs User / Bearer of scheme-y parens Curator: / Twitter: @BonfaceKilz signature.asc Description: PGP signature

Re: Blog post about the upcoming FOSDEM + Guix Day

2021-02-03 Thread Development of GNU Guix and the GNU System distribution.
We will start the day with coffee, continue with tea, and finish the day with some belgian beer. :) Sent from ProtonMail mobile Original Message On Feb 3, 2021, 12:32, Bonface Munyoki K. wrote: > Efraim Flashner writes: > Send coffee. Lots of coffee ;D > Tea is more >

Re: Installing a wrapper guile script in /bin

2021-02-03 Thread Maxime Devos
> The script contents are not what I'm confused about. I don't know how to turn > my gexp script into a file under /bin/. This is conceptually what I want: > > (package > (name "foo") > ... > (arguments >`(... > #:phases > (modify-phases

Re: Installing a wrapper guile script in /bin

2021-02-03 Thread Development of GNU Guix and the GNU System distribution.
Maxime Devos wrote: > Let's presume the binary is called $X. > > What I would do: add a build phase after the "install" phase that renames > /bin/$X to /bin/.$X-real using the rename-file procedure. Create > your wrapper script at /bin/.$X-real with call-with-output-file, some > I/O procedures

Re: Installing a wrapper guile script in /bin

2021-02-03 Thread Maxime Devos
> Say I have a script that reads /proc/cpuinfo and runs my executable with the > correct flags to load the library with the best CPU features possible. How can > I embed such a script in the package definition (as a gexp?) and install it > under /bin/? Let's presume the binary is called $X. What

Re: Blog post about the upcoming FOSDEM + Guix Day

2021-02-03 Thread Efraim Flashner
Send coffee. Lots of coffee ;D On Wed, Feb 03, 2021 at 08:35:36AM +0100, Pjotr Prins wrote: > We start Monday at 5am UTC (6am AMS/Berlin, 7am Athens) to cater for > some of Asia. The day ends when the last one switches off the lights > :). Manolis, Efraim and Bonface have promised to be there.