Re: can't export conditional variable set with 'cond'

2024-02-01 Thread Daniel Meißner
Hi all, Skyler Ferris writes: > On 1/23/24 05:37, Mortimer Cladwell wrote: > > When I run the above I get as output: > > > > "varB post cond: B" > > "varC post if: C" > > "varA in main: A" > > "varB in main:" > > "varC in main: C" > > > > Why can I reset the variables with both 'cond' and 'if' in

Re: Meaning of symbol prefixed with "#$"

2023-05-26 Thread Daniel Meißner
Hi Ning! ningyuan...@gmail.com writes: > Hi all, > > I was wondering what is the meaning of symbols prefixed with "#$", for > example "#$version" in Guix package definitions. > > I was trying to write a package definition for a python package whose > version number was intended to be inferred f

Re: Operate upon POST request with Guile webserver

2022-08-19 Thread Daniel Meißner
Hi, Am 17. August 2022 13:50:46 MESZ schrieb Gentoo Arch : > Hi, > > I'd like to ask for your advice. > > I'm trying to figure out how Guile webserver works to develop a simple BBS  > and I'm kinda stuck with POST request. > > My Guile script generates a form on any path and the form sends to

Preserving EOL styles during SXML (de)serializing with xml->sxml/sxml->xml

2022-02-01 Thread Daniel Meißner
Hi Guile community! First of all, thank you for the wonderful language you created. It's super fun for me to try to get stuff done using Guile. Now to my problem: I have an XML file like this: eol-guile.xml Description: Binary data In this file there are elements that contain text nodes with

Re: GuileScript 0.0.0 released

2022-01-18 Thread Daniel Meißner
Aleix Conchillo Flaqué writes: > Yes, I was thinking adding support for interacting with the DOM at > some point. > > Many cool things can be done. Thanks for the interest! Yay! I will stay up to date with this. Best Daniel

Re: GuileScript 0.0.0 released

2022-01-18 Thread Daniel Meißner
Hi Aleix, this is so cool, thanks for sharing! Do you have any plans on adding some simple WebAPI support? I mean something along the following would be very cool: (render (document:query-selector ".app") `(form (h1 ,title) (input (@ (type "text"))) (input (@ (type