Da Pondelok 13 Februr 2006 04:33 frank napsal:
> David,
>
> Thank you for the help!  Yes, some of my code is translated from C.  I
> am trying to migrate to Ruby with this project.  I also figured this
> would be a straight forward project....
>
> frank

Migration from a fully procedural, compiled, statically typed language with 
by-value semantics into a strongly OO, interpreted, dynamically typed one 
with by-reference ones?

Yah right.

You technically can code procedural in Ruby, it just hurts so much when it 
comes to custom data structures. Learning to (ab)use the features of Ruby 
will make your life easier than just one-to-one porting.

David Vallner