chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] csc and standard input


From: Michele La Monaca
Subject: Re: [Chicken-users] csc and standard input
Date: Sat, 12 Jul 2014 17:17:26 +0200

On Sat, Jul 12, 2014 at 2:20 PM, Evan Hanson <address@hidden> wrote:
> Hi Michele,
>
> csc(1) will read source from standard input given the filename "-".
>
>     $ csc -o quick_test -
>     (print 1)
>     ^D
>     $ ./quick_test
>     1

Oh, very well. Sorry for not reading the documentation beforehand.

> Whether csc(1) should default to standard input when no filename is
> given is a matter for debate, but that's how it's done as things are.

That's not so important to me. I'm just fine with the current behaviour.

Thanks,
Michele



reply via email to

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