Building from F* into OCaml or Do We Have a Quintiscential Makefile? #2907
briangmilnes
started this conversation in
Ideas
Replies: 2 comments
-
Hi Brian: You can look at https://github.com/FStarLang/FStar/tree/master/examples/hello/multifile which is meant to be a guide for building such makefiles. |
Beta Was this translation helpful? Give feedback.
0 replies
-
A good example, but it does not go all the way to running OCaml. Running C would be nice A more turnkey solution would help learners. Here's mine, but it has not be windowsified. |
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
-
Many small things, while learning F*, slowed me down. Being an out of date SMLer and not an OCamler was one of them.
Doing some testing, which deepened my understanding in multiple ways, was another one of them. I'm volunteering more actively
now and am hoping to make the next developer's (proofelvoper) path much quicker.
I looked around at quite a few of the examples makefiles and they all seem to be quite different. In our 86 projects we have
3KLOC of Makefile.
Anyone have a favorite style? I'm walking the dependencies from .fst* to .checked to the .ml but am then
building a dune and dropping my .ml files into.
It works nicely but it seems a bit overly complicated.
Beta Was this translation helpful? Give feedback.
All reactions