Hi Michele,

csc(1) will read source from standard input given the filename "-".

    $ csc -o quick_test -
    (print 1)
    ^D
    $ ./quick_test
    1

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.

Regards,

Evan

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

Reply via email to