scheme icon indicating copy to clipboard operation
scheme copied to clipboard

Add additional exercises

Open BNAndras opened this issue 1 year ago • 3 comments

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

  • [ ] all-your-base
  • [ ] bank-account
  • [ ] etl
  • [ ] high-scores
  • [ ] isogram
  • [ ] list-ops
  • [ ] pop-count

BNAndras avatar Oct 21 '23 23:10 BNAndras

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.

guygastineau avatar Oct 23 '23 17:10 guygastineau

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 avatar Nov 15 '23 20:11 BNAndras

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.

BNAndras avatar Nov 28 '23 07:11 BNAndras