Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the exercise structure to use Nimble #89

Open
amscotti opened this issue Jun 12, 2018 · 1 comment
Open

Update the exercise structure to use Nimble #89

amscotti opened this issue Jun 12, 2018 · 1 comment

Comments

@amscotti
Copy link
Contributor

Nimble is the package manager for the Nim programming language, but also provides a directory structure for the project along with the ability to build the project. As Nimble comes with Nim, we could use this structure to make the test easier to run. We could set up the project to have a "test" task so people would just need to run nimble test, like so https://github.com/nim-lang/nimble#tests

I think this would take some work to get to this point and I'm not fully sure what this would look like as far as the test runner, and CI system we have in place right now but I think this would provide a better user experience for someone learning Nim.

@dom96
Copy link

dom96 commented Jun 12, 2018

👍 from me :)

ee7 added a commit to ee7/exercism-nim that referenced this issue Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants