Skip to content

Moving away from batch scripts #81

@fuzzmz

Description

@fuzzmz

Writing this as a thought stemming from PR #71.

It looks to me that batch as a language has a lot of issues cleanly dealing with the complexities of multiple (and unknown) arguments, as well as it's weirder syntax and lack of options for complex testing suites.

The main advantage I see in batch for this project is that it can be natively executed on Windows, but does this one benefit outweigh the downsides?

What if the project would transition to a compiled language (C/Go/whatever) which would allow us to keep the contained execution intact (no dependencies needed) but also to more easily extend and develop this project?

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