New features of F# 4.1, “Caller Info Argument Attributes” seems from D language, while most other things seem similar to Rust:
https://blogs.msdn.microsoft.com/dotnet/2016/07/25/a-peek-into-f-4-1/
Some of such changes could increase the run-time efficiency of F# code, if used correctly.
Similar to the Rust language Result enum type, we are adding support for a Result<'TSuccess, 'TError> type.
Result<'TSuccess, 'TError>
Well then.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.