Alan Malloy <[email protected]> writes: > On Jan 9, 9:24 pm, Phil Hagelberg <[email protected]> wrote: >> As far as I know this is impossible to do without bringing in >> third-party libraries; this is just a (rather serious) shortcoming of >> the JDK. I haven't looked into it enough to know which libraries would >> offer it though. > > This should be possible if you don't mind suiciding your own process's > stdin/stdout, by blindly forwarding all your input and output through > the child. But if you send the child some input it didn't need, and it > terminates, and then later you need your own stdin again, some pieces > will be missing.
Oops; that's right. What I should have said was that it's a shortcoming of clojure.java.shell. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
