unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* articles on Elm and Guix
@ 2019-11-27 22:49 Robert Vollmert
  2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Robert Vollmert @ 2019-11-27 22:49 UTC (permalink / raw)
  To: guix-devel

Hi guix-devel,

I wrote a series of articles related to my Elm packaging for Guix:

https://vllmrt.net/spam/guix-elm-1.html
https://vllmrt.net/spam/guix-elm-2.html
https://vllmrt.net/spam/guix-elm-3.html

It covers packaging, adding a build system, and adding and
deploying a service. Part 2 in particular might be interesting in
case someone wants to pick up work on the Elm build system in the
future.

Cheers
Robert

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

* Re: articles on Elm and Guix
  2019-11-27 22:49 articles on Elm and Guix Robert Vollmert
@ 2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
  2019-11-28  0:21   ` Robert Vollmert
  2019-11-28  0:06 ` Tobias Geerinckx-Rice
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: EuAndreh via Development of GNU Guix and the GNU System distribution. @ 2019-11-27 23:37 UTC (permalink / raw)
  To: Robert Vollmert, guix-devel

Robert Vollmert <rob@vllmrt.net> writes:

> Hi guix-devel,

Hello!

> I wrote a series of articles related to my Elm packaging for Guix:
>
> https://vllmrt.net/spam/guix-elm-1.html
> https://vllmrt.net/spam/guix-elm-2.html
> https://vllmrt.net/spam/guix-elm-3.html
>
> It covers packaging, adding a build system, and adding and
> deploying a service. Part 2 in particular might be interesting in
> case someone wants to pick up work on the Elm build system in the
> future.

This looks very interesting. I've opened and skimmed the articles
already, I'll definitely read them.

Does your blog have an Atom feed?

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

* Re: articles on Elm and Guix
  2019-11-27 22:49 articles on Elm and Guix Robert Vollmert
  2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
@ 2019-11-28  0:06 ` Tobias Geerinckx-Rice
  2019-11-28  0:40   ` Pjotr Prins
  2019-11-28  1:34 ` John Soo
  2019-12-09 17:15 ` Ludovic Courtès
  3 siblings, 1 reply; 7+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-11-28  0:06 UTC (permalink / raw)
  To: guix-devel

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

Robert,

Robert Vollmert 写道:
> I wrote a series of articles related to my Elm packaging for 
> Guix:

These are great.

Thank you!  It's always fun to see inspiring (and independent) 
articles about Guix being put to good use.

Kind regards,

T G-R

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

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

* Re: articles on Elm and Guix
  2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
@ 2019-11-28  0:21   ` Robert Vollmert
  0 siblings, 0 replies; 7+ messages in thread
From: Robert Vollmert @ 2019-11-28  0:21 UTC (permalink / raw)
  To: EuAndreh; +Cc: guix-devel

On 28. Nov 2019, at 00:37, EuAndreh <eu@euandre.org> wrote:
> Does your blog have an Atom feed?

Yes, at https://vllmrt.net/spam/atom.xml, though I neglected to link it properly
previously. Should be fixed now, thanks!

Cheers
Robert

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

* Re: articles on Elm and Guix
  2019-11-28  0:06 ` Tobias Geerinckx-Rice
@ 2019-11-28  0:40   ` Pjotr Prins
  0 siblings, 0 replies; 7+ messages in thread
From: Pjotr Prins @ 2019-11-28  0:40 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: guix-devel

On Thu, Nov 28, 2019 at 01:06:03AM +0100, Tobias Geerinckx-Rice wrote:
> Robert,
> 
> Robert Vollmert 写道:
> > I wrote a series of articles related to my Elm packaging for Guix:
> 
> These are great.

I second that. Well done.

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

* Re: articles on Elm and Guix
  2019-11-27 22:49 articles on Elm and Guix Robert Vollmert
  2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
  2019-11-28  0:06 ` Tobias Geerinckx-Rice
@ 2019-11-28  1:34 ` John Soo
  2019-12-09 17:15 ` Ludovic Courtès
  3 siblings, 0 replies; 7+ messages in thread
From: John Soo @ 2019-11-28  1:34 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: guix-devel

Thanks Robert!

This is very relevant to my job. Nice write up!

- John

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

* Re: articles on Elm and Guix
  2019-11-27 22:49 articles on Elm and Guix Robert Vollmert
                   ` (2 preceding siblings ...)
  2019-11-28  1:34 ` John Soo
@ 2019-12-09 17:15 ` Ludovic Courtès
  3 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2019-12-09 17:15 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: guix-devel

Hi!

Robert Vollmert <rob@vllmrt.net> skribis:

> I wrote a series of articles related to my Elm packaging for Guix:
>
> https://vllmrt.net/spam/guix-elm-1.html
> https://vllmrt.net/spam/guix-elm-2.html
> https://vllmrt.net/spam/guix-elm-3.html

I’m late to the party, but I too find it real nice, both as an
introduction to Guix hacking and as an example of how to use Guix
throughout up to application deployment.

Thanks for sharing!

Ludo’.

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

end of thread, other threads:[~2019-12-09 17:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 22:49 articles on Elm and Guix Robert Vollmert
2019-11-27 23:37 ` EuAndreh via Development of GNU Guix and the GNU System distribution.
2019-11-28  0:21   ` Robert Vollmert
2019-11-28  0:06 ` Tobias Geerinckx-Rice
2019-11-28  0:40   ` Pjotr Prins
2019-11-28  1:34 ` John Soo
2019-12-09 17:15 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).