* Blog post about Hall
@ 2020-06-11 15:10 Jérémy Korwin-Zmijowski
2020-06-11 16:22 ` divoplade
2020-06-11 17:13 ` Aleix Conchillo Flaqué
0 siblings, 2 replies; 6+ 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] 6+ 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é
1 sibling, 1 reply; 6+ 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] 6+ 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; 6+ 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] 6+ 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
1 sibling, 1 reply; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2020-06-11 21:03 UTC | newest]
Thread overview: 6+ 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é
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.