-
-
Notifications
You must be signed in to change notification settings - Fork 195
Porting zipper with recursion-schemes #851
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
Comments
I wasn't sure what this means. Since you linked to https://github.com/exercism/haskell/tree/master/exercises/zipper, it is clear to see that the zipper exercise is already implemented. Was there a different exercise you were thinking of implementing? |
@petertseng Sorry, I made a mistake on the purpose of the project. I thought it was about giving solutions instead of giving exercises. Sorry, my mistake. I will close this issue. |
@zhujinxuan: The example solutions that inhabit this repository mainly show that a solution is possible and serves to validate the test suite. Sometimes there are multiple examples for a single exercise, but mainly when the exercise can be solved with different configurations. E.g. if a solution can be solved with You are very welcome to port something else;
( |
Just a side note that I was trying to find a list of problems not yet ported and wrote a script to do that, may as well share it here: https://gist.github.com/Javran/ac02edfe611b8dd88e9aae0699f77eff |
That's cool. :) The jq script that does the same above is from the Exercism jq Cookbook. It was later supplemented by @SleeplessByte's track tracking page, but this no longer shows non-implemented practice exercises. It now shows but rather shows the migration progress for Exercism v3 in an attempt to motivate those tasks being fulfilled first. |
Thanks for the link to cookbook and tracker! I do appreciate monitoring and live visualization whenever they show up :) |
(track tracking page on the dashboard is back up! :D) |
https://tracks.exercism.io/haskell/main/unimplemented Hard refresh if you get a white page / error. You have a broken cached version. |
Hi, I find the zipper is not implemented yet. I can do it with recursion-schemes (because it is fun).
I can make a PR once you think it is good.
Cheers,
Jinxuan Zhu
The text was updated successfully, but these errors were encountered: