top | item 45052565

(no title)

shark1 | 6 months ago

Reviews like yours are increasing my interested towards Rust. Apparently the tools and ecosystem are great, build on solid concepts and foundation.

discuss

order

baq|6 months ago

Rust has 3 major issues:

- compile times

- compile times

- long compile times

It isn't that big of a deal in small projects, but if you pull dependencies or have a lot of code you need to think about compilation units upfront.

winter_blue|6 months ago

How is Rust in terms of incremental compile time? Is incrementally recompiling on file in a large project quick? Hopefully link times aren't that bad.

One thing I like about the JVM is hot code reloading. Most of the time, changes inside a method/function takes effect immediately with hot code reloading.