[#955] Ruby 1.4.3 — Yukihiro Matsumoto <matz@...>
Ruby 1.4.3 is out, check out:
1 message
1999/12/07
[#961] Ruby compileable by C++ compiler? — Clemens Hintze <c.hintze@...>
Hi,
8 messages
1999/12/10
[#962] Re: Ruby compileable by C++ compiler?
— matz@... (Yukihiro Matsumoto)
1999/12/10
Hi,
[#963] Re: Ruby compileable by C++ compiler?
— Clemens Hintze <clemens.hintze@...>
1999/12/10
Wei,
[#964] Bastion or SecurityManager for Ruby? — Clemens Hintze <clemens.hintze@...>
Hi,
15 messages
1999/12/10
[#966] Re: Bastion or SecurityManager for Ruby?
— nakajima kengo<ringo@...>
1999/12/10
Hello Clemens,
[#967] Re: Bastion or SecurityManager for Ruby?
— matz@... (Yukihiro Matsumoto)
1999/12/10
Hi,
[#989] a question about to_i — Friedrich Dominicus <Friedrich.Dominicus@...>
Sorry, I'm quite new to ruby. But I encounterd the following problem. If
17 messages
1999/12/19
[ruby-talk:00970] Re: Ruby compileable by C++ compiler?
From:
Clemens Hintze <clemens.hintze@...>
Date:
1999-12-10 16:16:13 UTC
List:
ruby-talk #970
Hi, Yukihiro Matsumoto writes: > Hi, > > In message "[ruby-talk:00965] Re: Ruby compileable by C++ compiler?" > on 99/12/10, YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp> writes: > > |There are many good tools for converting source between K&R-ANSI, so a > |programmer's favorite should be important. Therefore I think the style > |of ruby's source should be style the author of ruby like. > > I really hope the converting tools work fine. But it's the time Perl6 > may be implemented in C++, even though Larry hates C++. ahhh ... I don't like to be the one how give you bad news ... :-( But after yanagawa kazuhisa has mentioned 'protoize' I suddenly remember of that tool and tried to use it! But with no luck. Even after conversion, ANSI-C will not compile it! There are much warnings and a few errors. E.g. in file 'parse.y', function 'rb_yyparse', the function 'call_op' will be called three times with too few arguments in line 715, 727 and 789. And if I try, nevertheless, to compile it with a C++ compiler ... BAMPF!!! I think, there is much to do *after* protoization. But I wouldn't try to do it, if there is no interest in it... > > matz. \cle