C++ Exception compatibility idea

Yes

···

On Saturday, 15 May 2004 at 3:38:52 +0900, Phil Tomson wrote:

In article 40A431B3.9060504@yahoo.com,
Michael campbell michael_s_campbell@yahoo.com wrote:

Jim Freeze wrote:

Matz has also said that you shouldn’t write an OO language in an OO
language.

Why not?

Maybe because the differences between the two object systems can get to be
confusing as you’re trying to implement a different object system on top
of another one.


Jim Freeze

I downloaded it from the site mentioned here:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/72433

I didn’t try that since the page said it was for OS X 10.2.x and I’m on
10.3.x.

I also tried building it according to a script in this email. The
script was pretty cool, but didn’t work for me, so I just downloaded
the bundle and followed the instructions. It’s worked great for me.

The script didn’t work for me, either. I ended up sticking the
readline somewhere that the Ruby setup script could find, then
building. There was a slew of warnings but it worked and that was
enough time spent on this, for me.

Thanks,

Steve

forgive the self reply - just got it - too funny.

-a

···

On Thu, 13 May 2004, Ara.T.Howard wrote:

On Fri, 14 May 2004, Hal Fulton wrote:

Michael campbell wrote:

Jim Freeze wrote:

Matz has also said that you shouldn’t write an OO language in an OO
language.

Why not?

I think it had something to do with the mismatch between the languages.
Confusion between Ruby objects and C++ objects (which work differently)
and all that.

Easier to describe an OO language like Ruby procedurally. But IANYM.

‘IANYM’.gsub /.*/, ??

EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
URL :: Solar-Terrestrial Physics Data | NCEI
TRY :: for l in ruby perl;do $l -e “print "\x3a\x2d\x29\x0a"”;done
===============================================================================

[courtesy cc of this posting sent to cited author via email]

In article B04F528F-A7F4-11D8-8D6D-000393B856CA@mac.com,

···

Stephen Steiner ssteiner@mac.com wrote:

The script didn’t work for me, either. I ended up sticking the
readline somewhere that the Ruby setup script could find, then
building. There was a slew of warnings but it worked and that was
enough time spent on this, for me.

What’s in DarwinPorts do work. I haven’t tried it with the +devel variant
but with 1.8.1, it does. There is an explicit dependency on readline to be
sure it will get pulled along if needs ne.

Ollivier ROBERT -=- EEC/AMI -=- ollivier.robert@eurocontrol.int
Usenet Canal Historique FreeBSD: The Power to Serve!

I’m on 10.3, but I just went and used it anyhow. So far so good.

Stephen Steiner wrote:

···

I downloaded it from the site mentioned here:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/72433

I didn’t try that since the page said it was for OS X 10.2.x and I’m
on 10.3.x.

I also tried building it according to a script in this email. The
script was pretty cool, but didn’t work for me, so I just downloaded
the bundle and followed the instructions. It’s worked great for me.

The script didn’t work for me, either. I ended up sticking the
readline somewhere that the Ruby setup script could find, then
building. There was a slew of warnings but it worked and that was
enough time spent on this, for me.

Thanks,

Steve

Ara.T.Howard wrote:

Easier to describe an OO language like Ruby procedurally. But IANYM.

‘IANYM’.gsub /.*/, ??

forgive the self reply - just got it - too funny.

Heh, I stole it from someone. Forget who. Do a search.

Hal