|
|
|
|
|
by debugnik
247 days ago
|
|
Of all the things I'd change about OCaml, dune is very much down the list. It's flat out better than cargo in that it's an actual build system with build rules driven by file dependencies, not simply a glorified frontend for a compiler. Not great, but better. Now, upstreaming OxCaml's unboxed types and stack allocations? That might actually take longer than adding a GC to Rust. |
|