András B Nagy

Results 114 comments of András B Nagy

I think I ran afoul of how the test runner pastes the example into the stub where the tests are defined. I'll troubleshoot later this week.

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...

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...

I'll work on this and the raindrops approaches next week.

My bad. I should have linked to this issue from the PRs, not the other way around in the UI. The UI seems to think I want this issue auto-closed...

Leaving word-count alone for now until I can do more research on regular expressions in vim. The current example.vim doesn't pass the two apostrophe tests. There are another three tests...

Oops, I’m so used to calling it `if…else` colloquially that I didn’t notice that I wasn’t even using an else.

@ErikSchierboom, can I get approval for the five open PRs linked here? You can skip the PR for say since that one's not ready.

Picking this back up. Anagram will need a second PR and then I'll go through say and word-count.

I'm leaving say alone for now. I want to restructure the test suite to resemble the other exercises. However, the test suite is broken into the four separate stepX functions...