Skip to content

Please don't port Ruby libs to Crystal #1

@asterite

Description

@asterite

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions