Hi all, I think it would be useful if csc were able to work directly from the standard input (e.g. in case of no source files). For example:
csc -o quick_test [paste code] Ctrl-D ./quick_test or cat f.scm | preprocessor | csc ./a.out On most Unixes you can obtain the result with /dev/stdin, but it doesn't seem a standard mandated requirement: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html and of course it isn't applicable to Windows (mingw). So I would favour an explicit support for stdin in csc. Regards, Michele _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
