Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11203
| From | Charles Daffern <seejay.11@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: GNU Guile integration |
| Date | 2015-07-14 09:13 +0100 |
| Message-ID | <mailman.6906.1436861637.904.bug-bash@gnu.org> (permalink) |
| References | <20150713204638.GA8279@sagulo> <20150714010230.GA721@ma.sdf.org> <20150714054919.GA3374@sagulo> |
[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
Re: GNU Guile integration Charles Daffern <seejay.11@gmail.com> - 2015-07-14 09:13 +0100
csiph-web