-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
.ml stubs for exercises #285
Comments
If it's too much effort, perhaps just prioritise the initial few exercises, and nucleotide count. |
Good point to have this order. |
Another incident with a student spending way too much time (4 days) figuring out |
I just spent a bunch of time on this with poor results, too. One thing I did not get from the readme is that Map is in Base when Base is opened (which I think is true, now). I was looking at the standard library, not aware that Base replaces Map. The standard library base documentation works ok for a while on this problem, but after a while the differences become more than apparent. Another odd thing is that when I googled for solutions, the first three that I saw were apparently not doing the problem now out there -- I didn't see anything in them about the (Ok count) (Error c) (Ok map) returns, just counts and maps. I have so far found these exercises a fine way to learn, so I have nothing but gratitude for your work, but since I came across this effort to improve things, I figured I should share my POV. Thanks much! |
I have postponed this for nucleotide count for too long now. Thanks for reminding me, @LucasMembrane. |
Some language tracks have a
{{ stub }}.ml
that the student can fill out.The Ocaml track doesn't. Ideally, add stubs to all exercises.
To begin with, start with ones that use
Map
from Base, like the four exercises in #277.Issue spawned from this message I wrote on Slack:
The text was updated successfully, but these errors were encountered: