@kensanata@octodon.social Glad you like it!
I wrote that part and there's nothing Remacs-specific in that section. Just general emacs perks ☺️. I've not written any other 'marketing' for emacs but I felt some the advantages were under-discussed by other authors.
miniblog.
Related Posts
Are there any developer experience advantages for `x := 1` over `let x = 1`?
A `let` keyword probably improves parsing error behaviour, and makes declarations more visible.
:= is more concise though.
I still find it weird that constructors aren't first class functions in OCaml.
`id Just` is legal in Haskell, but `id Some` is an error in OCaml.
Are there any advantages of the OCaml approach?
An introduction to devcontainers, the advantages of a reproducible local dev environment and where it makes sense:
