Comment on Ask HN: What new back end tool/framework/language should I learn next?Comments−ivanjermakov4yRust - for it's genius memory management solution (using reference borrowing mechanism) and combining low level performance with high level zero-cost abstractions.Haskell - for purely functional programming approach.
Comments
Rust - for it's genius memory management solution (using reference borrowing mechanism) and combining low level performance with high level zero-cost abstractions.
Haskell - for purely functional programming approach.