Soupault 4.0.0: as extensible as Jekyll, still statically linked
1–6 of 6 posts
Re: Soupault 4.0.0: as extensible as Jekyll, still statically linked
#2Re: Soupault 4.0.0: as extensible as Jekyll, still statically linked
#3I needed an excuse to try out OCaml...
[2] https://marketplace.visualstudio.com/items?itemName=ocamllab...
[3] https://discuss.ocaml.org/t/the-road-to-ocaml-5-0/8584
[4] https://github.com/ocaml-multicore/eio
[5] https://github.com/anuragsoni/sandbox/tree/main/ocaml/effect...
Re: Soupault 4.0.0: as extensible as Jekyll, still statically linked
#4Re: Soupault 4.0.0: as extensible as Jekyll, still statically linked
#5I needed an excuse to try out OCaml...
Its a good time to try it. The tooling has come a long way and OCaml has an excellent build system [1] (dune is probably the best build tool I've used and I miss it whenever I use other programming languages), excellent editor tooling for vscode [2], emacs and neovim. OCaml 5.0 will bring multicore support [3] and an effect system that will cover a lot of interesting use-cases. As an example with OCaml 5 it'll be fea…
Re: Soupault 4.0.0: as extensible as Jekyll, still statically linked
#6Earlier quoted context omitted.
Its a good time to try it. The tooling has come a long way and OCaml has an excellent build system [1] (dune is probably the best build tool I've used and I miss it whenever I use other programming languages), excellent editor tooling for vscode [2], emacs and neovim. OCaml 5.0 will bring multicore support [3] and an effect system that will cover a lot of interesting use-cases. As an example with OCaml 5 it'll be fea…
I'm really really excited for and curious about the effect system, but isn't the effect system considered unstable except for any multicore usage?
EDIT: https://discuss.ocaml.org/t/multicore-ocaml-september-2021-e... is a forum post that goes into more detail about the state of effects in OCaml 5.0