python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Building "hello world" with ocaml dune
Following the tutorial at https://dune.readthedocs.io/en/stable/quick-start.html, I created a file hello_world.ml containing
print_endline "Hello, world!"
and a file dune containing
(execut...
user0
Votes: 0
Answers: 1
How to use Flambda with dune in ocaml?
I'm doing a project in which I need to optimize my code as much as I can because it takes hours to run with a normal compilation.
I was told to use Flambda, but I didn't find anything on the internet ...

Butanium
Votes: 0
Answers: 1