chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Unix Scripting in Chicken


From: John Cowan
Subject: Re: [Chicken-users] Unix Scripting in Chicken
Date: Mon, 14 Oct 2013 12:20:43 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Alaric Snell-Pym scripsit:

> Also, I've been working on a set of tools for making UNIX shell
> pipelines with Chicken, although I want to do more work on it before I
> release it - feel free to check out trunk at:
> 
> https://www.kitten-technologies.co.uk/project/magic-pipes

Nice!

Not Chicken- or even Scheme-related, but people who are interested
in pipeline tools that deal in things other than lines may like ssam.
It's the stream version of the sam editor (as sed is the stream version
of ed), and like sam, it uses regular expressions to define the "lines"
to be looped over.  Unlike sed, ssam allows arbitrarily nested loops.

Source at <http://www.westley.demon.co.uk/src/ssam-1.10.tar.gz>;
it depends on the libutf library at
<http://www.westley.demon.co.uk/src/libutf-2.10.tar.gz>.

-- 
John Cowan      address@hidden
        "Not to know The Smiths is not to know K.X.U."  --K.X.U.



reply via email to

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