unsafe?
Almost like how RAII in C++ does it?
I'd like to see an example
> Considering LLVM is 23 years old already. I wonder if something new again will pop up LLVM is actually really really good at what it does (compiling c/c++ code). Not perfect, but good enough that it would take tens of…
> or is 8Gb no longer workable llvm compiles in less than an hour on my old m1 mac in all the build configurations I have tried so far
1000x less performance is a bigger clusterfuck
> But most of the other arguments they list can be picked apart and are only half true I'd like to see you pick the other arguments apart
"Here’s a real example: a user signs in with an email and password. That flow touches three services, each with a single responsibility: EmailService::Normalizer strips and downcases the email UserService::Authenticator…
No. Its built atop rust iirc
Rust makes it hard to represent mutable graphs. If I have a value that can be updated by multiple GUI nodes, I have to architect my way around the borrow checker in Rust. Is it safe? yes. Is is performant? for a skilled…
> I'm still not seeing any description of specific challenges you feel are harder in Rust than in C/C++ It's harder to model domains in Rust. C has the same problem and it is a big reason why the industry standard for…
> I believe it's (LLVM) far too slow at compiling and far too big to be fixed from the inside What are you doing to make sure Tilde does not end up like this?
Nice read
unsafe?
Almost like how RAII in C++ does it?
I'd like to see an example
> Considering LLVM is 23 years old already. I wonder if something new again will pop up LLVM is actually really really good at what it does (compiling c/c++ code). Not perfect, but good enough that it would take tens of…
> or is 8Gb no longer workable llvm compiles in less than an hour on my old m1 mac in all the build configurations I have tried so far
1000x less performance is a bigger clusterfuck
> But most of the other arguments they list can be picked apart and are only half true I'd like to see you pick the other arguments apart
"Here’s a real example: a user signs in with an email and password. That flow touches three services, each with a single responsibility: EmailService::Normalizer strips and downcases the email UserService::Authenticator…
No. Its built atop rust iirc
Rust makes it hard to represent mutable graphs. If I have a value that can be updated by multiple GUI nodes, I have to architect my way around the borrow checker in Rust. Is it safe? yes. Is is performant? for a skilled…
> I'm still not seeing any description of specific challenges you feel are harder in Rust than in C/C++ It's harder to model domains in Rust. C has the same problem and it is a big reason why the industry standard for…
> I believe it's (LLVM) far too slow at compiling and far too big to be fixed from the inside What are you doing to make sure Tilde does not end up like this?
Nice read