Writing portable Ruby

C

Christoph Neubauer

If I need hints for writing portable Perl, I do ...
perldoc perlport

.... and get a lot of information about ...

newlines, ...
files and filesystems, ...
interprocess communications, ...
different implementation of Perl functions on various platforms, ...

What do I have to do, to get similar information for writing portable Ruby ?

Any hints welcome !
Chris
 
A

ara.t.howard

If I need hints for writing portable Perl, I do ...


... and get a lot of information about ...

newlines, ...
files and filesystems, ...
interprocess communications, ...
different implementation of Perl functions on various platforms, ...

What do I have to do, to get similar information for writing portable Ruby ?

Any hints welcome !
Chris

well, considering portable means windows + every_thing_nix these days i'd
start by reviewing the win32 project. by seeing which things are provided
you'll be able to see areas where windows is either lacking, has different
functionality, or provides additional functionality. it's those areas where
one need to do some os abstraction.

-a
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,212
Messages
2,571,102
Members
47,698
Latest member
TerraT521

Latest Threads

Top