-
-
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
Base Library usage #433
Comments
I think all exercises should be solvable without Base, as many people in the community prefer not to use it. There are some exercises where this is currently impossible, but they could be fixed. |
the |
Unless anyone objects strongly, I am going to close this issue in a week. I agree that all the problems should be solvable without base, and I think issues about those specific problems could be tickets. But as it stands now I don't think I've come across one that wasn't solvable without using base. In ocaml a type can be made to the same as other types, and base does a pretty good job of this. IE @nrolland I don't think anyone noticed the missing dependencies in Lines 14 to 15 in a0afba8
I'll create a PR to fix that up. |
The exercise |
I am new to OCaml and had the exact experience described by @Lattay . I actually abandoned exercism as a learning resource after being confused by I'm really liking OCaml but I think my biggest complaint (asides from lack of easy pretty printing; though I'd be happy to submit a PR for |
Hey folks,
First thanks for this excellent project and congratulations on the new v3. It is certainly much cleaner looking with more detailed instructions. Should be easier for people to get into though it wasnt that hard to begin with.
I have come back to this after a while and am only now noticing the use of Janestreet's Base library. Might have been there before.
Even though I have been starring at code in the ocaml ecosystem for a while, I have never really used base.
I wanted to suggest maybe make some projects that teach/demonstrate using
Base
that would target the type of beginner user you can expect.For example, unwinding a result of a function out of
Base.Result.t
is really undoable if you dont have a clue.Maybe we can add some language to the Readme's with examples about what that is or looks like.
I am not sure if this is an issue or suggestion that would be better presented somewhere else. Let me know.
Peace/Love and thank you, again.
The text was updated successfully, but these errors were encountered: