You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest not doing this, because even though Ruby and Crystal share many syntax similarities, when trying to port code by copy-paste you will find it won't work, and it will be very hard and frustrating. This is because Ruby abuses dynamic features, and hashes, and other things.
Instead, I'd suggest to write new libs from scratch, porting ideas and specs from existing Ruby libraries.
The text was updated successfully, but these errors were encountered:
I would suggest not doing this, because even though Ruby and Crystal share many syntax similarities, when trying to port code by copy-paste you will find it won't work, and it will be very hard and frustrating. This is because Ruby abuses dynamic features, and hashes, and other things.
Instead, I'd suggest to write new libs from scratch, porting ideas and specs from existing Ruby libraries.
The text was updated successfully, but these errors were encountered: