unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Characters - Guile Hacker Handbook
@ 2020-10-12  9:40 Jérémy Korwin-Zmijowski
  2020-10-12 19:01 ` Zelphir Kaltstahl
  0 siblings, 1 reply; 5+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-10-12  9:40 UTC (permalink / raw)
  To: Guile User

Dear Guilers,

Hope you are all fine !

As some of you may know, on my spare time, I am writing about Guile.
With « The Guile Hacker Handbook » I want to help anyone interested in
Guile to discover the language and, in fine, be able to create simple
software.

I adopted a "Test Driven Learning" style as I am big fan of the Test
Driven Development (aka TDD) approach. It means, each chapter is an
invitation to build a small program following the TDD cycle/loop while
discovering something new in Guile or Functional Programming Paradigm.

Today, I published a new chapter about characters : 
https://jeko.frama.io/en/char.html

Hope you will appreciate the reading. French and English (I apologize
for the latter typo haha) versions are available. I am open to anything
you would like to say about it.

P.S: obviously a work in progress ;-)

Jérémy




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Characters - Guile Hacker Handbook
  2020-10-12  9:40 Characters - Guile Hacker Handbook Jérémy Korwin-Zmijowski
@ 2020-10-12 19:01 ` Zelphir Kaltstahl
  2020-10-15  8:39   ` ZHUO Qingliang (KDr2) via General Guile related discussions
  0 siblings, 1 reply; 5+ messages in thread
From: Zelphir Kaltstahl @ 2020-10-12 19:01 UTC (permalink / raw)
  To: Jérémy Korwin-Zmijowski; +Cc: Guile User

Hello Jérémy!

Keep up the good work : )

Regards,
Zelphir

On 10/12/20 11:40 AM, Jérémy Korwin-Zmijowski wrote:
> Dear Guilers,
>
> Hope you are all fine !
>
> As some of you may know, on my spare time, I am writing about Guile.
> With « The Guile Hacker Handbook » I want to help anyone interested in
> Guile to discover the language and, in fine, be able to create simple
> software.
>
> I adopted a "Test Driven Learning" style as I am big fan of the Test
> Driven Development (aka TDD) approach. It means, each chapter is an
> invitation to build a small program following the TDD cycle/loop while
> discovering something new in Guile or Functional Programming Paradigm.
>
> Today, I published a new chapter about characters : 
> https://jeko.frama.io/en/char.html
>
> Hope you will appreciate the reading. French and English (I apologize
> for the latter typo haha) versions are available. I am open to anything
> you would like to say about it.
>
> P.S: obviously a work in progress ;-)
>
> Jérémy
>
>
-- 
repositories: https://notabug.org/ZelphirKaltstahl




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Characters - Guile Hacker Handbook
  2020-10-12 19:01 ` Zelphir Kaltstahl
@ 2020-10-15  8:39   ` ZHUO Qingliang (KDr2) via General Guile related discussions
  2020-10-15 10:07     ` Jérémy Korwin-Zmijowski
  0 siblings, 1 reply; 5+ messages in thread
From: ZHUO Qingliang (KDr2) via General Guile related discussions @ 2020-10-15  8:39 UTC (permalink / raw)
  Cc: Guile User


That's great! Thanks for your work.


Greetings.

ZHUO Qingliang (KDr2, https://kdr2.com)







On Tuesday, October 13, 2020, 03:01:38 AM GMT+8, Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> wrote: 





Hello Jérémy!

Keep up the good work : )

Regards,
Zelphir

On 10/12/20 11:40 AM, Jérémy Korwin-Zmijowski wrote:
> Dear Guilers,
>
> Hope you are all fine !
>
> As some of you may know, on my spare time, I am writing about Guile.
> With « The Guile Hacker Handbook » I want to help anyone interested in
> Guile to discover the language and, in fine, be able to create simple
> software.
>
> I adopted a "Test Driven Learning" style as I am big fan of the Test
> Driven Development (aka TDD) approach. It means, each chapter is an
> invitation to build a small program following the TDD cycle/loop while
> discovering something new in Guile or Functional Programming Paradigm.
>
> Today, I published a new chapter about characters : 
> https://jeko.frama.io/en/char.html
>
> Hope you will appreciate the reading. French and English (I apologize
> for the latter typo haha) versions are available. I am open to anything
> you would like to say about it.
>
> P.S: obviously a work in progress ;-)
>
> Jérémy

>
>
-- 
repositories: https://notabug.org/ZelphirKaltstahl






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Characters - Guile Hacker Handbook
  2020-10-15  8:39   ` ZHUO Qingliang (KDr2) via General Guile related discussions
@ 2020-10-15 10:07     ` Jérémy Korwin-Zmijowski
  2020-10-16 12:41       ` Bonface M. K.
  0 siblings, 1 reply; 5+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-10-15 10:07 UTC (permalink / raw)
  To: ZHUO Qingliang (KDr2),
	ZHUO Qingliang (KDr2) via General Guile related discussions
  Cc: Guile User

Hey ! 
Thank you all for your feedback.
I appreciate ! 
On my way for the next chapter ;-)
Jérémy


Le 15 octobre 2020 10:39:49 GMT+02:00, "ZHUO Qingliang (KDr2) via General Guile related discussions" <guile-user@gnu.org> a écrit :
>
>That's great! Thanks for your work.
>
>
>Greetings.
>
>ZHUO Qingliang (KDr2, https://kdr2.com)
>
>
>
>
>
>
>
>On Tuesday, October 13, 2020, 03:01:38 AM GMT+8, Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> wrote: 
>
>
>
>
>
>Hello Jérémy!
>
>Keep up the good work : )
>
>Regards,
>Zelphir
>
>On 10/12/20 11:40 AM, Jérémy Korwin-Zmijowski wrote:
>> Dear Guilers,
>>
>> Hope you are all fine !
>>
>> As some of you may know, on my spare time, I am writing about Guile.
>> With « The Guile Hacker Handbook » I want to help anyone interested in
>> Guile to discover the language and, in fine, be able to create simple
>> software.
>>
>> I adopted a "Test Driven Learning" style as I am big fan of the Test
>> Driven Development (aka TDD) approach. It means, each chapter is an
>> invitation to build a small program following the TDD cycle/loop while
>> discovering something new in Guile or Functional Programming Paradigm.
>>
>> Today, I published a new chapter about characters : 
>> https://jeko.frama.io/en/char.html
>>
>> Hope you will appreciate the reading. French and English (I apologize
>> for the latter typo haha) versions are available. I am open to anything
>> you would like to say about it.
>>
>> P.S: obviously a work in progress ;-)
>>
>> Jérémy
>
>>
>>
>-- 
>repositories: https://notabug.org/ZelphirKaltstahl
>
>
>
>

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Characters - Guile Hacker Handbook
  2020-10-15 10:07     ` Jérémy Korwin-Zmijowski
@ 2020-10-16 12:41       ` Bonface M. K.
  0 siblings, 0 replies; 5+ messages in thread
From: Bonface M. K. @ 2020-10-16 12:41 UTC (permalink / raw)
  To: Jérémy Korwin-Zmijowski
  Cc: ZHUO Qingliang (KDr2) via General Guile related discussions

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

Jérémy Korwin-Zmijowski
<jeremy@korwin-zmijowski.fr> writes:

> Hey ! 
> Thank you all for your feedback.
> I appreciate ! 
> On my way for the next chapter ;-)
> Jérémy
>

I'm not sure if this is reasonable to ask, but
would it be practical if you posted on this ML
once you finished each chapter?

PS: I'm following the book. I'll try to post PR's
against some minor things I noticed.

-- 
Bonface M. K. <https://www.bonfacemunyoki.com> 
Chief Emacs Mchochezi / Rieng ya software sare
Curator of <https://upbookclub.com> / Twitter: @BonfaceKilz
GPG Key: D4F09EB110177E03C28E2FE1F5BBAE1E0392253F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-16 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  9:40 Characters - Guile Hacker Handbook Jérémy Korwin-Zmijowski
2020-10-12 19:01 ` Zelphir Kaltstahl
2020-10-15  8:39   ` ZHUO Qingliang (KDr2) via General Guile related discussions
2020-10-15 10:07     ` Jérémy Korwin-Zmijowski
2020-10-16 12:41       ` Bonface M. K.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).