Logs for the RingoJS IRC channel, as logged by ringostarr.

2012-06-08

[02:29] <oravecz> Is there anyway to use require() using a url that begins with http:// ?

[02:36] <oravecz> trying to come up with a pseudo-standard way of passing JS prototypes between server instances (or to client)

[08:39] <jyc> so when I run something with the 'ringo' command, it's compiled to java bytecode then executed?

[08:57] <mcepl> jyc: no, it is being interpreted by rhino

[09:02] <jyc> mcepl, ah, thought so

[09:03] <jyc> wait, but if I do -o 9, it will be compiled to bytecode and optimized, right?

[09:49] <mcepl> jyc: https://www.mozilla.org/rhino/opt.html

[12:43] <oberhamsi> oravecz: passing modules to client, did you see: https://github.com/hns/ringo-modulr

[12:43] <oberhamsi> or Yabble