LWN.net Logo

Advertisement

Front, Kernel, Security, Distributions, Development. See your byline here on LWN.net.

Advertise here

dead languages

dead languages

Posted Jun 25, 2008 10:26 UTC (Wed) by nix (subscriber, #2304)
In reply to: dead languages by sbishop
Parent article: Hotwire: a combined terminal/GUI for GNU/Linux (Free Software Magazine)

Well, actually you *can* do full-blown parsing and bidirectional pipeline stuff in the shell
(I've done it). However, bugs and differences between shells make it agonisingly difficult to
do anything really complicated in portable shell. You could decide e.g. to just go with zsh
because it's widespread, flexible, only has one consistent implementation and works everywhere
useful (that's what I ended up doing) but if you're doing that you might as well go with
Python or Perl anyway, as the same things are true of them.


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds