DEV Community

Discussion on: Which mainstream programming language has the ugliest syntax?

Collapse
 
dfockler profile image
Dan Fockler

With Rust's lifetimes and it's type system you sometimes end up with pretty crazy type signatures. RefCell<Rc<'a &Mutex>>> mostly that's if you are trying to write concurrent code though.