exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Add 'math' topic to relevant exercises in track config #76

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

The new site lets people filter optional exercises by topic, and this makes it easy for people to skip past them.

This is important since the math-y exercises are not key to learning the language, and a lot of people find them intimidating and demotivating.

This updates any 'mathematics' topics to be 'math' since it's shorter and won't get cropped in the UI.

It also removes the math topics for any exercises that are not in the canonical math-y list.

exercism/exercism.io#4110

kytrinyx commented 6 years ago

@yurrriq @benreyn since this adds topics and doesn't remove any, I'm going to go ahead and merge this.