Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strain #72

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add strain #72

wants to merge 4 commits into from

Conversation

BNAndras
Copy link
Member

@BNAndras BNAndras commented Jun 5, 2024

Currently getting a SIGSEGV with the example solution on my Windows install so I'll play with this a little more. This might warrant a bump up to medium difficulty since calling the passed-in function is a little trickier than I thought.

@BNAndras BNAndras added x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation labels Jun 5, 2024
@BNAndras BNAndras mentioned this pull request Jun 5, 2024
55 tasks
@BNAndras
Copy link
Member Author

BNAndras commented Dec 8, 2024

I'll get to the bottom of the failure with the types since this works in the REPL.

$> keep [1 2 3] 'even?
=> [2]

$> keep [1 2 3] $[x] -> true
=> [1 2 3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants