On Sat, Jul 12, 2014 at 2:20 PM, Evan Hanson <[email protected]> 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

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to