En lisant le livre « Clean Architecture » de Robert C. Martin, il m'arrive de revoir l'architecture de mon application « Your Next Meal » (alias YNM), pour la science !
Guile, ou plus largement Scheme, n'étant pas un langage très utilisé pour illustrer les concepts de « Clean Architecture » ou « Clean Code », je m'inspire de ce qui est fait dans d'autres langages.
J'ai aussi lu quelques ressources sur le langage Ruby, dont j'apprécie la philosophie de son créateur (même si je ne me suis jamais vraiment intéressé au langage en lui-même).
I love Test Driven Development. You might already know it if you are following my journey. Kent Beck wrote the book in 2002. He has chosen to provide examples using Java and Python in an Object Oriented way.
Now, I want to use the Guile programming language to follow the examples in the book and see how things are different !
These last days, I tried to send an SMS with a Guile script. TL;DR: I succeeded!
Ces derniers jours, je me suis mis en tête d'essayer d'envoyer un SMS avec un script Guile. TL;DR : J'ai réussi !
A new section of the book has been published: Create an Application !
Une nouvelle section du livre a été publiée : Créer une application !
A new chapter of the book has been published in the data types section: strings!
Un nouveau chapitre du livre a été publié dans la section des types de données : les chaînes de caractères !
I started developing a web application in Guile. The goal of this application is to help me choose the content of my meals according to my tastes, my lifestyle and my nutritional balance! If I consume better, my health and the planet can only benefit.
In this article, I share with you my current workflow!
Best wishes to all of you!