exercism / scheme

Exercism exercises in Scheme.
https://exercism.org/tracks/scheme
MIT License
35 stars 44 forks source link

Add additional exercises #291

Closed BNAndras closed 1 month ago

BNAndras commented 1 year ago

Here are some exercises I'd like to port in the near future, having done so on other tracks.

guygastineau commented 1 year ago

Thank you for spending some time working on this track. I'm gonna check out your PR, and I'll try to get a solid review for you in the next few days.

BNAndras commented 1 year ago

Sorry about the delay. I was helping port exercises for CFML, Lua, and Vim script since they're featured next month for #12in23. I'll start working on this next week. I added all-your-base and list-ops to the tracking list so we can replace the deprecated exercises mentioned in #294

BNAndras commented 1 year ago

I've been working on pop-count, and I'm stuck.

I ran (load "load.ss") and (stub-exercism 'pop-count), adding my solution to input/exercises/pop-count/example.scm. I've added the slug to the Makefile under implementations. What's the next step? (build-exercism 'pop-count) fails in a lookup of what appears to be *problem-table*, but my understanding is that the stub-exercism would have added pop-count to that table.