|
|
|
|
|
by anta40
2069 days ago
|
|
"and much much easier to pick up than Rust." That's my impression so far, too.
Previously, I already had some experiences with C, Pascal, and Python. Then learning Nim just feels natural. Not so much with Rust. Well of course it's not surprising, with memory safety as one of its goals. |
|
Where is this idea coming from that memory safety has to be complicated? Nearly all languages (basically everything except C/C++/Assembler) people are using are memory safe. And usually it's not complicated at all.