Yes, I forgot to mention this in my wall of text. Vladimir's solution is
correct.
Hall does this in master too.
Alex
On Wed, 17 Feb 2021, 23:47 Vladimir Zhbanov, wrote:
>
> Hi Zelphir,
>
> On Tue, Feb 16, 2021 at 01:23:34AM +0100, Zelphir Kaltstahl wrote:
> ...
>
> > The line in the generated
Hi Alex!
I am willing to test/try some more.
When you say "since commit xyz", do you mean commit of guile-hall
itself, or a commit of Guix, where an updated version of guile-hall is
available?
How would I test the master branch version? I would guess install it in
a guix environment and then use
Dear Guilers !
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 liked how
convenient it is to play with these data type.
As always, I would b
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
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
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
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
>
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
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