You must log in or register to comment.
rudt has implicit typing by default for variables tho…?
Yeah but it doesn’t cross function boundaries so it’s more limited.
In other words, in OCaml, you don’t have to write type annotations into the function parameter list. It will infer even those.
It’s useful for small ad-hoc functions, but personally, I’m glad that Rust is more explicit here.
Why am I laughing? I don’t know any of these languages?