Re: Nim Koans?

2017-06-13 Thread scriptkiddy
Thanks @dataman!

I did end up finding the Rosetta Code resource after posting this.

I didn't know about exercism.io though. 


Re: Nim Koans?

2017-06-12 Thread dataman
> Does anyone know of any Nim koan or practice problem repositories?

[http://rosettacode.org/wiki/Category:Nim](http://rosettacode.org/wiki/Category:Nim)

[http://exercism.io/languages/nim/exercises](http://exercism.io/languages/nim/exercises)


Nim Koans?

2017-06-11 Thread scriptkiddy
I was looking around for Nim koans to get a little bit of practice. I found 
this repo: 
[https://github.com/yashaka/nim_koans](https://github.com/yashaka/nim_koans)

Unfortunately, it seems a bit outdated as the last commits are from 2 years 
ago. I also noticed that it seems somewhat incomplete.

Sites like CodeWars and it's ilk don't include any Nim content either!

So, my question is: Does anyone know of any Nim koan or practice problem 
repositories?

I know that any practice problem is technically applicable to Nim. However, I 
feel like it would beneficial to have a Nim specific collection of practice 
problems.