[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

cxxtest in ruby?

Mark Probert

3/28/2005 11:10:00 PM


Hi ..

Has anyone done a Ruby port of cxxtest (http://cxxtest.source...)? I
notice that there is a python version as well as the original Perl.

Regards,

--
-mark. (probertm at acm dot org)


6 Answers

pat eyler

3/28/2005 11:15:00 PM

0

I'm not sure what you mean by this. Are you looking for something
other than Test::Unit?

-pate


On Tue, 29 Mar 2005 08:10:04 +0900, Mark Probert <probertm@acm.org> wrote:
>
> Hi ..
>
> Has anyone done a Ruby port of cxxtest (http://cxxtest.source...)? I
> notice that there is a python version as well as the original Perl.
>
> Regards,
>
> --
> -mark. (probertm at acm dot org)
>
>


--
thanks,
-pate
-------------------------
ParseTree is a little brown stinky ferret that digs down a hole and
violently rips the AST away from the warm bosom of ruby. In other
words, we cheat, they don't.


Shalev NessAiver

3/28/2005 11:23:00 PM

0

I have been forced by the powers-that-be to learn Java.

Coming from Ruby, I am sure I will be going mad sometime in the near
future.

To prevent this looming insanity from taking hold, I send a plea t
fellow Ruby users.
Is there some book out there somewhere that will teach Java without
making me go
mad from comparing it to Ruby?

[As an added note, I am already well aware of OO concepts, as well as
knowing C/C++.
Thus, the type of syntax and the concepts are already familiar to me.
I just need something
that'll get me introduced to the peculiarities of this particular
language.]


-Thanks
Shalev



James Gray

3/29/2005 12:17:00 AM

0

On Mar 28, 2005, at 5:23 PM, Shalev NessAiver wrote:

> To prevent this looming insanity from taking hold, I send a plea t
> fellow Ruby users.
> Is there some book out there somewhere that will teach Java without
> making me go
> mad from comparing it to Ruby?

I learned Java quite some time ago, so I'm not up on the modern good
books. However, Sun's online tutorial isn't too bad. You can find it
here:

http://java.sun.com/docs/books...

Hope that helps.

James



Mark Probert

3/29/2005 12:33:00 AM

0

Hi ..

On Monday 28 March 2005 15:14, pat eyler wrote:
> I'm not sure what you mean by this. Are you looking for something
> other than Test::Unit?
>

cxxtest is a unit testing framework for C++ that is written in Perl. It is a
very nice tool and, given that there is a Python version, I was wondering if
anyone had ported it to Ruby. If not, then I will consider doing so as I
would, potentially, like to extend it.

Regards,

--
-mark. (probertm at acm dot org)


Bill Kelly

3/29/2005 1:05:00 AM

0

From: "Shalev NessAiver" <shalev@simplyphysics.com>
>
> I have been forced by the powers-that-be to learn Java.
>
> Coming from Ruby, I am sure I will be going mad sometime in the near
> future.

Probably so. Just be thankful they aren't making you
learn VB6. ;)

> To prevent this looming insanity from taking hold, I send a plea t
> fellow Ruby users.
> Is there some book out there somewhere that will teach Java without
> making me go
> mad from comparing it to Ruby?
>
> [As an added note, I am already well aware of OO concepts, as well as
> knowing C/C++.
> Thus, the type of syntax and the concepts are already familiar to me.
> I just need something
> that'll get me introduced to the peculiarities of this particular
> language.]

The Java books I have are out-of-date. I hear they may
have finally added generics to the language (ala C++ templates),
which would be nice.

Anyway, keep in mind that with Jython or JRuby you can at the
very least bring up an interpreter and experiment with the Java
class libraries in an interactive environment.

(Depending on how nosy the powers-that-be are, maybe you can
even write some of your Java code in JRuby :)


Regards,

Bill





Miles Keaton

3/29/2005 2:09:00 AM

0

> I have been forced by the powers-that-be to learn Java.
> Is there some book out there somewhere that will teach Java without
> making me go mad from comparing it to Ruby?


Shalev -

I recently bought a "Head First" book on Design Patterns. The "Head
First" series is SO good - SUCH a great way to learn something,
especially when you've already got a resentful attitude, and you're
going to need some help making it fun.

Try to go down to a bookstore to see this book in person:
http://www.oreilly.com/catalo...
... or at very least download the two sample chapters in PDF, there.

I can highly recommend it, and if you look over at Amazon, you'll see
that almost everyone else does, too.