ruby-perl lets you evaluate and run Perl code within the same binary,
without any heavy-weight forking of sub-processes. Enjoy the
compactness, robustness and maintainability of Perl!
For perlists:
Run your Perl application over industry-standard, enterprise-grade MRI
Ruby, Rack and Passenger!
$ rperl
/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.0.7/lib/ffi/library.rb:75:in
`block in ffi_lib': Could not open library
'/usr/lib/perl/5.8/CORE/libperl.so':
/usr/lib/perl/5.8/CORE/libperl.so: cannot open shared object file: No
such file or directory (LoadError)
....
Is anyone using ruby-perl in a Phuby on Phails application? I also need to
interface with a CORBA service and was looking at the zomg gem. Has anyone
managed to call out to an omfg-generated Ruby script from either ruby-perl
or Phuby on Phails? I would preferably like to use both... perhaps someone
can write a phzomg interface to omfg-generated IDL wrapped Ruby? How would I
then call this with ruby-perl? rupephzomg?
···
On Thu, Mar 31, 2011 at 5:27 PM, Andrea Campi <andrea.campi@zephirworks.com>wrote:
Hi all,
we released today a new gem I think may be of general interest:
ruby-perl lets you evaluate and run Perl code within the same binary,
without any heavy-weight forking of sub-processes. Enjoy the
compactness, robustness and maintainability of Perl!
For perlists:
Run your Perl application over industry-standard, enterprise-grade MRI
Ruby, Rack and Passenger!
$ rperl
/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.0.7/lib/ffi/library.rb:75:in
`block in ffi_lib': Could not open library
'/usr/lib/perl/5.8/CORE/libperl.so':
/usr/lib/perl/5.8/CORE/libperl.so: cannot open shared object file: No
such file or directory (LoadError)
....
Interesting questions and a clever naming convention.
I didn't try Phuby on Phails (I should!), but we're doing something
just as cool.
We use the ST package (http://goo.gl/SaNLM\) for perl (nicknamed PeST),
and now with ruby-perl I can run it with JRuby, which spells out JeST.
···
On Fri, Apr 1, 2011 at 8:22 AM, Tony Arcieri <tony.arcieri@medioh.com> wrote:
Is anyone using ruby-perl in a Phuby on Phails application? I also need to
interface with a CORBA service and was looking at the zomg gem. Has anyone
managed to call out to an omfg-generated Ruby script from either ruby-perl
or Phuby on Phails? I would preferably like to use both... perhaps someone
can write a phzomg interface to omfg-generated IDL wrapped Ruby? How would I
then call this with ruby-perl? rupephzomg?
$ rperl
/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.0.7/lib/ffi/library.rb:75:in
`block in ffi_lib': Could not open library
'/usr/lib/perl/5.8/CORE/libperl.so':
/usr/lib/perl/5.8/CORE/libperl.so: cannot open shared object file: No
such file or directory (LoadError)
....