Actually - Iâve been making good progress on Exercism (with help from Ben and Sam) - we can almost come out of alpha (but just need more exercises converted - not sure exactly what the limit is, but 22 isnât quite enough). Iâm just tuning the tooling - and putting some bits in place so that its easier for others to help convert exercises - as well as some tools to help with mentoring (e.g. I can load snapshots of user submissions, but would love to figure out how to re-use our diff browser). Iâm hoping to get a bit of input at Pharo days, to just nail it. Anyway - if you want to try it - follow the instructions here: https://github.com/exercism/pharo-smalltalk <https://github.com/exercism/pharo-smalltalk> (the top section outlines how to setup, the bottom is for contributors - but best to have tried it out first before taking that plunge). The example that triggered this off was seeing some of the beta testers struggle with: https://github.com/exercism/pharo-smalltalk/blob/master/dev/src/Exercism/Tou... <https://github.com/exercism/pharo-smalltalk/blob/master/dev/src/Exercism/Tou...> - a rather innocuous exercise, but actually the first one that wasnât just an algorithmic several lines of code. Thanks for for everyoneâs input - I think Iâm getting some ideas for material to put into the site, and possibly something to add to the hints for that exercise. Tim
On 26 Mar 2019, at 14:20, Christopher Fuhrman <christopher.fuhrman@gmail.com> wrote:
Finally - I'm not familiar with exercism exercises (I signed up but saw that smalltalk is still in alpha). Is there a sneak peak of an example exercise?