(ice-9 base64)?

2022-08-16 Thread Aleix Conchillo Flaqué
Hi, In many projects I've been copying Göran Weinholt's base64 implementation and I've also seen it in other projects, would it make sense to include it in Guile's standard library? I guess it's hard to know where to draw a line and different languages do different things. I actually like Golang'

Re: [EXT] (ice-9 base64)?

2022-08-16 Thread Thompson, David
+1 to that. I do the same thing in my own projects. Guix does it, too. - Dave On Tue, Aug 16, 2022 at 12:11 PM Aleix Conchillo Flaqué < aconchi...@gmail.com> wrote: > Hi, > > In many projects I've been copying Göran Weinholt's base64 implementation > and I've also seen it in other projects, woul

Re: (ice-9 base64)?

2022-08-16 Thread Maxime Devos
On 16-08-2022 18:10, Aleix Conchillo Flaqué wrote: Hi, In many projects I've been copying Göran Weinholt's base64 implementation and I've also seen it in other projects, would it make sense to include it in Guile's standard library? [...] If we do this, we should contact the various other p

Re: (ice-9 base64)?

2022-08-16 Thread Aleix Conchillo Flaqué
On Tue, Aug 16, 2022 at 9:59 AM Maxime Devos wrote: > > On 16-08-2022 18:10, Aleix Conchillo Flaqué wrote: > > Hi, > > In many projects I've been copying Göran Weinholt's base64 implementation > and I've also seen it in other projects, would it make sense to include it > in Guile's standard libra