They are clearly targeting hedge funds and financial institutions, USD makes sense. GBP would probably be likely more important than EUR as well.
The “developer speed above all else” mindset is driven by economics rather than technic. There are no reasons why one should not produce a good design in a any language. In the end it's a "people problem" most of the…
Today, go produces static binary by default, not Rust.
> it kind of sucks to have to do a big refactor across your codebase to replace borrowed fields with owned fields Some refactorings in Rust has brought back memories of refactoring struggles with highly coupled code…
It is not because you can that you should.
Rust complexity is not encapsulated in libraries that parses JSON or YAML, or others. Rust complexity is embedded in the following: in order to get something to work, you effectively need to solve a puzzle. Solving the…
They are clearly targeting hedge funds and financial institutions, USD makes sense. GBP would probably be likely more important than EUR as well.
The “developer speed above all else” mindset is driven by economics rather than technic. There are no reasons why one should not produce a good design in a any language. In the end it's a "people problem" most of the…
Today, go produces static binary by default, not Rust.
> it kind of sucks to have to do a big refactor across your codebase to replace borrowed fields with owned fields Some refactorings in Rust has brought back memories of refactoring struggles with highly coupled code…
It is not because you can that you should.
Rust complexity is not encapsulated in libraries that parses JSON or YAML, or others. Rust complexity is embedded in the following: in order to get something to work, you effectively need to solve a puzzle. Solving the…