Replies: 2 comments
-
Hello, sorry for the delay (I was not familiar with Github's discussion). From my point of view, Preface is mostly "a kind of tool that deal with interfaces", even there is a
I hope that it answer to your questions and thanks for your interest! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm actively using Base in my pet project and like it peculiarities.
I also found an interesting project "Relude" which is an alternative for
Haskell's Prelude.
I think the Prelude's problems discussed in [this talk](
https://www.youtube.com/watch?v=qwAmiJ5M_zM) may be relevant for
Prelude/Postlude.
Thanks!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ocaml is one of the rare programming languages having alternative core base std libraries.
I mean that a programmer has a choice of using Stdlib (which is the standard for Ocaml) OR using (Janestreet's) Base library (with Core as the superset). This alternative doesn't look marginal (as it could be) but seems to be quite widely used and supported.
I was greatly surprised when I got to know the Preface which looks like the second alternative.
But I'm not entirely sure that it is. So:
I am sorry that some (or many) things above may be false. I've just touched the Preface and started reading the docs.
Beta Was this translation helpful? Give feedback.
All reactions