[jruby-user] Jirb not printing
Rodrigo Botafogo <[email protected]> Wed, 19 Nov 2014 11:04:41 -0200
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAAKc=GB6VogeZNte+J0HX+r2yH5RM1yzQZUUDD1Yib-oqVSGaw@mail.gmail.com> |
Hello all, I´ve just developed a new Gem (SciCom) based on JRuby. It wraps Renjin - an R interpreter for the JVM - in a Ruby syntax. This gem works fine when running on the shell, however, when running in Jirb calls to 'print' do not show anything. I´m guessing that Renjin 'print' sends the output somewhere other than stdout, but I´m not sure if this is the case and I have no control over Renjin or its implementation. Since everything works fine on the shell, can anybody give me any ideas on how to make the 'print' command also work on Jirb? Could this be another type of problem? Thanks a lot, -- Rodrigo Botafogo