Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11203

Re: GNU Guile integration

Path csiph.com!aioe.org!news.glorb.com!usenet.stanford.edu!not-for-mail
From Charles Daffern <seejay.11@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: GNU Guile integration
Date Tue, 14 Jul 2015 09:13:37 +0100
Lines 46
Approved bug-bash@gnu.org
Message-ID <mailman.6906.1436861637.904.bug-bash@gnu.org> (permalink)
References <20150713204638.GA8279@sagulo> <20150714010230.GA721@ma.sdf.org> <20150714054919.GA3374@sagulo>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="j6a9FkejO4FavS7DCBdO8labw8uoTCrWt"
X-Trace usenet.stanford.edu 1436861637 3463 208.118.235.17 (14 Jul 2015 08:13:57 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:openpgp:message-id:date:user-agent :mime-version:in-reply-to:content-type; bh=fVCuZ8aE0ETE56AU8ONfL8VxLxGhD3uagK4lku4PfZI=; b=pWaVV1Ax7Jzl1Q4SdCqdBFfazRYUtqW7vyhLgxuhdk9behvT2GruTGjroDn3crSr3N Ak/PQNq8+NjLXdzS7CDWiKme9jLCgkHqBJu7bCvkjiWG1v3EuHRmBE8l7/X5LiWOiWG4 G97CUeDcfvPrwqf0D00si9NruaPJ8EKjuWKWFtcMDmvIrWEzVsTQLrGmdbrG/3dzMWJK 9XqYDHpsCNmaQbFpynOQ/bnNqjfLh/L8jxWpayeJUSbkuqLcoe1dYET+6RFbwHDlC/PY 9fIJDYHO2coth/FXHXwLsV16UhoWMJzwZNIsCgBI4a2SYdujzvWFRMCZasm2ZA6lnLKT v57Q==
X-Received by 10.194.23.106 with SMTP id l10mr79307074wjf.1.1436861627224; Tue, 14 Jul 2015 01:13:47 -0700 (PDT)
Openpgp id=AF6C170E59E8276568DD539A2B02A98D99BB3683; url=https://keybase.io/score_under
X-Enigmail-Draft-Status N1110
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1
In-Reply-To <20150714054919.GA3374@sagulo>
X-detected-operating-system by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value).
X-Received-From 2a00:1450:400c:c00::233
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.14
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref aioe.org gnu.bash.bug:11203

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 14/07/15 06:49, Dmitry Bogatov wrote:
> 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.
Bash has associative arrays, which is the data structure other languages
refer to as a map.
> 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.
Bash has coproc, which allows 2-way communication with other processes
including scripting language interpreters. (Whether that's a good idea
or not is a different story, but it's possible.)

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: GNU Guile integration Charles Daffern <seejay.11@gmail.com> - 2015-07-14 09:13 +0100

csiph-web