|
|
|
|
|
by codeptualize
1593 days ago
|
|
Not familiar with Rust, but I really like the ReScript (OCaml) module system. It just gets out of the way. Verbosity is easy to prevent with "open" statements. The nice thing about those is that you can put them in a local scope where you use them (which is generally recommended). It's just a lot more flexible and a lot less hassle. |
|