* Blog post about Hall
@ 2020-06-11 15:10 Jérémy Korwin-Zmijowski
2020-06-11 16:22 ` divoplade
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-06-11 15:10 UTC (permalink / raw)
To: help-guix, Mailing list Guile User
Dear hackers,
I want to share with you my last blog post about Hall !
Hope it can be helpful.
Here is the english version :
https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language
You can also find the french version on the blog.
Cheers!
Jérémy
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 15:10 Blog post about Hall Jérémy Korwin-Zmijowski
@ 2020-06-11 16:22 ` divoplade
2020-06-11 16:44 ` Jérémy Korwin-Zmijowski
2020-06-11 17:13 ` Aleix Conchillo Flaqué
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: divoplade @ 2020-06-11 16:22 UTC (permalink / raw)
To: Jérémy Korwin-Zmijowski, help-guix,
Mailing list Guile User
Hello Jérémy,
Le jeudi 11 juin 2020 à 17:10 +0200, Jérémy Korwin-Zmijowski a écrit :
> Dear hackers,
>
> I want to share with you my last blog post about Hall !
>
> Hope it can be helpful.
>
> Here is the english version :
>
> https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language
>
> You can also find the french version on the blog.
This project is a good idea, and it's great to see blog posts. I
considered using it for myself, but as of now C bindings are
unfortunately not supported, so I still have to go with autoscan for
the bindings. When I finish stripping them out of the scheme code, I
will be sure to use hall for the interesting parts!
I really like the fact that I don't have to give up the automake
features. On that note, you may also want to consider adding a quick
line for "make distcheck", which makes sure that the distribution can
be built from source (detect missing files, out-of-tree build errors,
and a few other goodies)
https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html
Best regards
divoplade
>
> Cheers!
>
> Jérémy
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 16:22 ` divoplade
@ 2020-06-11 16:44 ` Jérémy Korwin-Zmijowski
0 siblings, 0 replies; 9+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-06-11 16:44 UTC (permalink / raw)
To: divoplade, help-guix, Mailing list Guile User
Hello divoplade !
> On that note, you may also want to consider adding a quick
> line for "make distcheck", which makes sure that the distribution can
> be built from source (detect missing files, out-of-tree build errors,
> and a few other goodies)
> https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.html
I did not know about it !
Thank you very much for the comment ! I will update my post to add the
distcheck step.
Jérémy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 15:10 Blog post about Hall Jérémy Korwin-Zmijowski
2020-06-11 16:22 ` divoplade
@ 2020-06-11 17:13 ` Aleix Conchillo Flaqué
2020-06-11 19:30 ` Jérémy Korwin-Zmijowski
2020-06-11 18:22 ` Zelphir Kaltstahl
2020-06-12 20:32 ` Ludovic Courtès
3 siblings, 1 reply; 9+ messages in thread
From: Aleix Conchillo Flaqué @ 2020-06-11 17:13 UTC (permalink / raw)
To: Jérémy Korwin-Zmijowski; +Cc: Mailing list Guile User, help-guix
On Thu, Jun 11, 2020, 8:12 AM Jérémy Korwin-Zmijowski <
jeremy@korwin-zmijowski.fr> wrote:
> Dear hackers,
>
> I want to share with you my last blog post about Hall !
>
> Hope it can be helpful.
>
> Here is the english version :
>
>
> https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language
>
> You can also find the french version on the blog.
>
> Cheers!
>
> Jérémy
>
This is great! Not that I want extra publicity :-), would it be possible to
also mention Guile Homebrew Tap? You can now also use Hall on macOS.
https://github.com/aconchillo/homebrew-guile
Aleix
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 15:10 Blog post about Hall Jérémy Korwin-Zmijowski
2020-06-11 16:22 ` divoplade
2020-06-11 17:13 ` Aleix Conchillo Flaqué
@ 2020-06-11 18:22 ` Zelphir Kaltstahl
2020-06-11 19:44 ` Jérémy Korwin-Zmijowski
2020-06-12 20:32 ` Ludovic Courtès
3 siblings, 1 reply; 9+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-11 18:22 UTC (permalink / raw)
To: Jérémy Korwin-Zmijowski; +Cc: Mailing list Guile User
So far I've not figured out how to use guile-hall and have been looking
forward to some nice tutorial. This will come in handy!
On 11.06.20 17:10, Jérémy Korwin-Zmijowski wrote:
> Dear hackers,
>
> I want to share with you my last blog post about Hall !
>
> Hope it can be helpful.
>
> Here is the english version :
>
> https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language
>
> You can also find the french version on the blog.
>
> Cheers!
>
> Jérémy
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 17:13 ` Aleix Conchillo Flaqué
@ 2020-06-11 19:30 ` Jérémy Korwin-Zmijowski
2020-06-11 20:07 ` Aleix Conchillo Flaqué
0 siblings, 1 reply; 9+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-06-11 19:30 UTC (permalink / raw)
To: Aleix Conchillo Flaqué; +Cc: Mailing list Guile User, help-guix
Hi Aleix !
> would it be possible to also mention Guile Homebrew Tap? You can now
> also use Hall on macOS.
>
> https://github.com/aconchillo/homebrew-guile
I can mention it without more detail (as I know absolutely nothing
about macOS and homebrew) !
Jérémy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 18:22 ` Zelphir Kaltstahl
@ 2020-06-11 19:44 ` Jérémy Korwin-Zmijowski
0 siblings, 0 replies; 9+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-06-11 19:44 UTC (permalink / raw)
To: Zelphir Kaltstahl; +Cc: Mailing list Guile User
Hi Zelphir !
> So far I've not figured out how to use guile-hall and have been
> looking
> forward to some nice tutorial. This will come in handy!
If it does help you, it's worth writing !!!
Jérémy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 19:30 ` Jérémy Korwin-Zmijowski
@ 2020-06-11 20:07 ` Aleix Conchillo Flaqué
0 siblings, 0 replies; 9+ messages in thread
From: Aleix Conchillo Flaqué @ 2020-06-11 20:07 UTC (permalink / raw)
To: Jérémy Korwin-Zmijowski; +Cc: Mailing list Guile User, help-guix
On Thu, Jun 11, 2020, 12:30 PM Jérémy Korwin-Zmijowski <
jeremy@korwin-zmijowski.fr> wrote:
> Hi Aleix !
>
> > would it be possible to also mention Guile Homebrew Tap? You can now
> > also use Hall on macOS.
> >
> > https://github.com/aconchillo/homebrew-guile
>
> I can mention it without more detail (as I know absolutely nothing
> about macOS and homebrew) !
>
That works! Thank you!
Aleix
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Blog post about Hall
2020-06-11 15:10 Blog post about Hall Jérémy Korwin-Zmijowski
` (2 preceding siblings ...)
2020-06-11 18:22 ` Zelphir Kaltstahl
@ 2020-06-12 20:32 ` Ludovic Courtès
3 siblings, 0 replies; 9+ messages in thread
From: Ludovic Courtès @ 2020-06-12 20:32 UTC (permalink / raw)
To: guile-user; +Cc: help-guix
Hi,
Jérémy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr> skribis:
> https://jeko.writeas.com/hall-a-project-manager-for-the-guile-programming-language
Nice post!
Ludo’.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-06-12 20:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-11 15:10 Blog post about Hall Jérémy Korwin-Zmijowski
2020-06-11 16:22 ` divoplade
2020-06-11 16:44 ` Jérémy Korwin-Zmijowski
2020-06-11 17:13 ` Aleix Conchillo Flaqué
2020-06-11 19:30 ` Jérémy Korwin-Zmijowski
2020-06-11 20:07 ` Aleix Conchillo Flaqué
2020-06-11 18:22 ` Zelphir Kaltstahl
2020-06-11 19:44 ` Jérémy Korwin-Zmijowski
2020-06-12 20:32 ` Ludovic Courtès
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).