Re: [racket-users] Re: Andy Wingo's fold

2020-06-25 Thread Neil Van Dyke
Catonano, I haven't yet studied that paper of Andy Wingo's (thank you for mentioning it), but a couple ideas for answering your questions... If people in Guile are using that tree fold approach, you might ask about it on one of the Guile email lists.  Incidentally, Andy has long been a member

Re: [racket-users] Re: Andy Wingo's fold

2020-06-25 Thread Philip McGrath
On Sun, Jun 14, 2020 at 2:20 PM Catonano wrote: > I'm referring to a paper titled: "A better XML parser through functional > programming" > > by Oleg Kiselyov > Ah, I see. I'm not deeply familiar with it myself (I mostly use Racket's `xml` library), but there is a Racket port of Oleg's SSAX, and

Re: [racket-users] Re: Andy Wingo's fold

2020-06-14 Thread Catonano
Il giorno ven 12 giu 2020 alle ore 10:57 Philip McGrath < phi...@philipmcgrath.com> ha scritto: > On Fri, Jun 12, 2020 at 2:46 AM Catonano wrote: > >> the original paper Andy Wingo refers to uses Haskell to express this >> operator and I can't read Haskell and I'm not willing to learn >> > > I'm

Re: [racket-users] Re: Andy Wingo's fold

2020-06-12 Thread Philip McGrath
On Fri, Jun 12, 2020 at 2:46 AM Catonano wrote: > the original paper Andy Wingo refers to uses Haskell to express this > operator and I can't read Haskell and I'm not willing to learn > I'm confused about what you mean: in the version of "Applications of Fold to XML Transformation", on Andy Wing

Re: [racket-users] Re: Andy Wingo's fold

2020-06-11 Thread Catonano
Hi Stephen, Il giorno lun 8 giu 2020 alle ore 16:34 Stephen De Gabrielle < spdegabrie...@gmail.com> ha scritto: > Hi Catonano > > Did you resolve this > > Kind regards > > Stephen > > > No, I didn't resolve this the original paper Andy Wingo refers to uses Haskell to express this operator and I

[racket-users] Re: Andy Wingo's fold

2020-06-08 Thread Stephen De Gabrielle
Hi Catonano Did you resolve this Kind regards Stephen On Saturday, March 21, 2020 at 9:16:14 AM UTC, Catonano wrote: > > Hi, > in Guile there are some modules inspired by Andy Wingos paper: > "applications of fold to xml transformation" > > In Guile these concepts are used not only for xml