|
|
|
|
|
by drenvuk
2211 days ago
|
|
He missed two that I think are really important. 1. Arraymancer https://github.com/mratsim/Arraymancer 2. The new version of the garbage collector understands move semantics to optimize its reference counting so unlike Rust where you have to deal with it yourself Nim will handle it for you at the expense of a reasonable amount of memory. https://youtu.be/yA32Wxl59wo?t=855 Watch the whole video for more context if you care. I think it's a really nice language, too many pragmas but still really nice. |
|