bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Guile integration


From: Dmitry Bogatov
Subject: Re: GNU Guile integration
Date: Tue, 14 Jul 2015 08:49:37 +0300
User-agent: Mutt/1.5.23.1-rc1 (2014-03-12)

* Eduardo A. Bustamante López <dualbus@gmail.com> [2015-07-13 20:02:30-0500]
> On Mon, Jul 13, 2015 at 11:46:50PM +0300, Dmitry Bogatov wrote:
> > Hello, bug-bash and personally maintainer Chet Ramsey.
> >
> > Would you be interested in following patches?
> >
> >  * GNU Guile integration (built-in that outputs value of Guile procedure
> >    call, similar to what Make recently introduced)?
> >  * Converting build system to use automake?
> Do you have any particular reason in mind to add this? Or "just because we
> can"?

Guile is for situations, when script is mainly calls other programs, but
still needs moderately complex logic of text manipulation, compraison
and mapping. Recently I wrote script, that had to emulate map(data
structure). Well, I would prefer that is was part of Bash.

Second (possible) reason is that it allows Bash to be extended by every
user in Emacs way. After all, Guile was created for this to be possible.

I already wrote Guile builtin independently 
(git://github.com/kaction/guile-bash),
but it has imperfect design. Also, some things needs to done from inside.

What about automake, I tried to first write guile patch, but build
system is not so simple to extend, so I think using Automake will
simplify things for me, us and future contributors.

--
Accept: text/plain, text/x-diff
Accept-Language: eo,en,ru
X-Keep-In-CC: yes

Attachment: pgpSs_kiJTm3C.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]