|
|
|
|
|
by Ericson2314
1638 days ago
|
|
> With all the problems arising from leaky abstractions and trying to adapt to a foreign runtime? Huh? The point is Go might be a lousy language, but I can't think of anything OCaml needs to do that the Go runtime cannot do. This wouldn't be leaky and the FFI could be quite good. > Especially now that OCaml Multicore is on the way. As I wrote in the other reply, this would be a naked ploy for new users, and flexing the language isn't wedded to a single run time. Multicore OCaml isn't just a runtime change, but also demonstration of the new effects indicating that the language can do parallelism without bad concurrency problems. All that language-side work carries over to the other runtime: you get to show off Goroutines done more safely! |
|