fthomas / refined

Refinement types for Scala
MIT License
1.71k stars 154 forks source link

Scala Exercises for refined #186

Open fthomas opened 8 years ago

fthomas commented 8 years ago

Scala Exercises' lessons for refined would be cool, see http://www.47deg.com/blog/scala-exercises-version-two#contribute-3 and https://github.com/scala-exercises/scala-exercises/blob/master/DEV_GUIDE.md

andyscott commented 7 years ago

This would be a very welcomed addition to Scala Exercises!

ysusuk commented 7 years ago

hi @fthomas, @andyscott

shall we put here some ideas for the exercises?

ysusuk commented 7 years ago

i made some first steps https://github.com/ysusuk/exercises-refined/

fthomas commented 7 years ago

Awesome @ysusuk! Is there an easy way to run them?

andyscott commented 7 years ago

/cc @raulraja see above

ysusuk commented 7 years ago

@fthomas i think the easiest way is of course to run the tests=) but if you want to check the UI you'll need to build sbt compile pushLocal on exercises-refined. Then clone https://github.com/scala-exercises/scala-exercises/ and configure it for local run https://github.com/scala-exercises/scala-exercises#local-development. The configuration process takes some time, but works like a charm when you are finished!