Rex Kerr
Jul 29, 2024

--

Julia is not really a good choice for Austin's needs. Julia can be fast, but it will gleefully let you be slow (randomly leaving out some types will often do it). Fast Julia in a nontrivial application is an expert-level accomplishment.

With Rust, you have to work to not be fast (e.g. you have to ask for `dyn`; the default is static dispatch, which is faster).

--

--

Rex Kerr
Rex Kerr

Written by Rex Kerr

One who rejoices when everything is made as simple as possible, but no simpler. Sayer of things that may be wrong, but not so bad that they're not even wrong.

Responses (1)