Closed BNAndras closed 1 month 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.
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
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.
Here are some exercises I'd like to port in the near future, having done so on other tracks.