[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A better way to run shell cmd?
From: |
gregory benison |
Subject: |
Re: A better way to run shell cmd? |
Date: |
Wed, 13 Jun 2012 18:57:13 -0700 |
On Tue, Jun 12, 2012 at 11:55 PM, Nala Ginrut <address@hidden> wrote:
>
> Anyway, there's a problem for you.
> I'm trying to write a simple wrapper for "sed" with our popen module:
This is exactly the kind of thing SCSH does well:
1> (run/string (sed s:a:b:g)(<< "banana"))
"bbnbnb"
Nevertheless the current state of guile's scsh implementation is,
according to the manual, "bitrotten"
--
Greg Benison <address@hidden>
[blog] http://gcbenison.wordpress.com
[twitter] @gcbenison