←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0s | source
Show context
adastra22 ◴[] No.44390813[source]
As a former C++ developer, claims that rust compilation is slow leave me scratching my head.
replies(5): >>44390867 #>>44390918 #>>44391177 #>>44395299 #>>44403069 #
eikenberry ◴[] No.44390918[source]
Which is one of the reasons why Rust is considered to be targeting C++'s developers. C++ devs already have the Stockholm syndrome needed to tolerate the tooling.
replies(3): >>44391267 #>>44391775 #>>44392740 #
MyOutfitIsVague ◴[] No.44391267[source]
Rust's compilation is slow, but the tooling is just about the best that any programming language has.
replies(2): >>44392557 #>>44394703 #
GuB-42 ◴[] No.44392557{3}[source]
How good is the debugger? "edit and continue"? Hot reload? Full IDE?

I don't know enough Rust, but I find these aspects are seriously lacking in C++ on Linux, and it is one of the few things I think Windows has it better for developers. Is Rust better?

replies(3): >>44392771 #>>44393092 #>>44393361 #
1. mdaniel ◴[] No.44393092{4}[source]
> How good is the debugger? "edit and continue"?

Relevant: Subsecond: A runtime hotpatching engine for Rust hot-reloading - https://news.ycombinator.com/item?id=44369642 - June, 2024 (36 comments)

> Full IDE?

https://www.jetbrains.com/rust/ (newly free for non-commercial use)

> find these aspects are seriously lacking in C++ on Linux

https://www.jetbrains.com/clion/ (same, non-commercial)