unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Cc: Guile Users' Mailing List <guile-user@gnu.org>
Subject: Re: [ANN] Metabash 0.0.0
Date: Fri, 7 Aug 2020 11:15:05 -0700	[thread overview]
Message-ID: <CA+XASoVsJax7q-LJ0JvPHsYrZSXv+MTn9F-svJ0_5TGBsvGn3Q@mail.gmail.com> (raw)
In-Reply-To: <87a6z7bji2.fsf@gmail.com>

On Thu, Aug 6, 2020 at 1:35 PM Artyom V. Poptsov <poptsov.artyom@gmail.com>
wrote:

> Hello Guilers,
>
> I started a project called Metabash -- it's a library for GNU Guile that
> allows to create distributed pipelines that connect processes (akin to
> Unix pipes) across different hosts:
>   https://github.com/artyom-poptsov/metabash
>
> I thought if would be cool to have such a facility for Guile.
>
> Although this is an alpha release that contains a proof-of-the-concept
> Metabash implementation, the basic functionality is already there -- see
> the example in the README file.
>
>
This is really cool!

Maybe it doesn't make sense, but could the `(guile ...) be handled by the
same running process instead of creating another process, so you just pass
this to the plumber?

(let loop ((line (read-line)))
                                (if (eof-object? line)
                                  (exit)
                                  (begin
                                    (write-line (string-join (string-split
line #\:) ","))
                                    (loop (read-line)))))

Aleix


  reply	other threads:[~2020-08-07 18:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06 20:35 [ANN] Metabash 0.0.0 Artyom V. Poptsov
2020-08-07 18:15 ` Aleix Conchillo Flaqué [this message]
2020-08-08  7:32   ` Artyom V. Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+XASoVsJax7q-LJ0JvPHsYrZSXv+MTn9F-svJ0_5TGBsvGn3Q@mail.gmail.com \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=poptsov.artyom@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).