chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Keep `csi` open after reading from pipe


From: Jim Ursetto
Subject: Re: [Chicken-users] Keep `csi` open after reading from pipe
Date: Mon, 20 Jan 2014 20:41:45 -0600

One possibility:

$ ( echo '(define (foo x) (+ x 1))' ; cat ) | csi -:c
#;1> #;2> (foo 3)
4

On Jan 20, 2014, at 7:41 PM, Quint Guvernator <address@hidden> wrote:

> Hello All,
> 
> I am not subscribed to this list, so please CC me if you respond.
> 
> I am trying to find a way to keep the chicken scheme interpreter open
> even after it finishes running my input file (via a unix pipe) so I
> can play with the functions I define in the interpreter. Is there a
> simple solution?
> 
> Cheers,
> Quint
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users




reply via email to

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