Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Jérémy Korwin-Zmijowski
Le vendredi 19 février 2021 à 08:09 +0100, Dr. Arne Babenhauserheide a écrit : > Hi Jérémy, Hey Dr. Arne ! > Thank you for your book! My pleasure :) > How you’re describing char-sets using a clear use-case looks really > good! Thank you, I appreciate that. > A few comments: > > # Try and run

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Dr. Arne Babenhauserheide
Jérémy Korwin-Zmijowski writes: > Le jeudi 18 février 2021 à 22:56 +0100, Zelphir Kaltstahl a écrit : >> I am looking forward to seeing a new chapter of your handbook, >> especially, if there is more stuff that explains macros and how to >> get >> something useful done with macros. : ) > > Thank

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Jérémy Korwin-Zmijowski
Hi Divoplade ! As takeout of your message, I will add in my TODO to find other exercises for the characters and character-sets chapters. I had not much ideas but you gave me some more here. Thank you for this feedback which will hopefully makes the handbook more inclusive ! Jérémy

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Eli Zaretskii
> From: Jérémy Korwin-Zmijowski > Cc: guile-user@gnu.org > Date: Fri, 19 Feb 2021 11:20:54 +0100 > > Le vendredi 19 février 2021 à 10:10 +0200, Eli Zaretskii a écrit : > > Thanks for your work, but would it make sense to coordinate this with > > the Emacs project, so that, for example, these pack

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Jérémy Korwin-Zmijowski
Le jeudi 18 février 2021 à 22:56 +0100, Zelphir Kaltstahl a écrit : > Hello Jeremy! Hi Zelphir! > I am looking forward to seeing a new chapter of your handbook, > especially, if there is more stuff that explains macros and how to > get > something useful done with macros. : ) Thank you for your

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Jérémy Korwin-Zmijowski
Le jeudi 18 février 2021 à 22:53 +0100, Ricardo Wurmus a écrit : > Hi Jérémy, > > > For those who missed it, I am also starting a work towards a guile- > > ide.el for Emacs. > > > > https://framagit.org/Jeko/guile-ide > > Interesting. Do you think there is some overlap with guile- > studio[1]?

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Jérémy Korwin-Zmijowski
Le vendredi 19 février 2021 à 10:10 +0200, Eli Zaretskii a écrit : > Thanks for your work, but would it make sense to coordinate this with > the Emacs project, so that, for example, these packages could be > available from the GNU ELPA site, if not in the Emacs tarball? Hello Eli, It was my inten

Re: Guile Hacker Handbook - Character sets

2021-02-19 Thread Eli Zaretskii
> From: Ricardo Wurmus > Date: Thu, 18 Feb 2021 22:54:36 +0100 > Cc: guile-user@gnu.org > > Jérémy Korwin-Zmijowski writes: > > > For those who missed it, I am also starting a work towards a guile-ide.el > > for Emacs. > > > > https://framagit.org/Jeko/guile-ide > > Forgot to include a screen

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread Dr. Arne Babenhauserheide
Hi Jérémy, Thank you for your book! How you’re describing char-sets using a clear use-case looks really good! A few comments: # Try and run the test here you write “the test fails”, which is slightly unprecise. The precise wording would be “the test will fail to run”. # Write the minimal … I

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread John Cowan
On Thu, Feb 18, 2021 at 6:17 PM divoplade wrote: > Fortunately, there are very few international problems that need to > look at individual characters of a string. Your password rules example > is arguably one of them, although it may make non-latin users angry > (this upper case / lower case di

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread divoplade
Hello, Le jeudi 18 février 2021 à 20:54 +0100, Jérémy Korwin-Zmijowski a écrit : > I happily managed to find some time to write a new chapter for the > Guile Hacker Handbook ! > > https://jeko.frama.io/en/char-sets.html > > It deals with char-sets, something new to me. The exercise was fun, I >

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread Zelphir Kaltstahl
Hello Jeremy! I am looking forward to seeing a new chapter of your handbook, especially, if there is more stuff that explains macros and how to get something useful done with macros. : ) There is guile-studio as well: https://guix.gnu.org/en/packages/guile-studio-0.1.0-1.93622e7/ (That's what I f

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread Ricardo Wurmus
Jérémy Korwin-Zmijowski writes: > For those who missed it, I am also starting a work towards a guile-ide.el for > Emacs. > > https://framagit.org/Jeko/guile-ide Forgot to include a screenshot of Guile Studio: https://elephly.net/downies/guile-studio.png -- Ricardo

Re: Guile Hacker Handbook - Character sets

2021-02-18 Thread Ricardo Wurmus
Hi Jérémy, > For those who missed it, I am also starting a work towards a guile-ide.el for > Emacs. > > https://framagit.org/Jeko/guile-ide Interesting. Do you think there is some overlap with guile-studio[1]? (It’s available in Guix.) [1]: https://git.elephly.net/software/guile-studio.git