Explore >> Select a destination


You are here

www.codeproject.com
| | dusted.codes
4.8 parsecs away

Travel
| | Why you should learn F#
| | mustoverride.com
4.3 parsecs away

Travel
| | C# defines tuples as mutable value types. Considering the general guidance against mutable structs, it may look as a peculiar design choice.
| | lukemerrett.com
9.2 parsecs away

Travel
| | What are Record Types? Record Types are a popular feature of F# [https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/records], also commonly found in other functional languages, that have recently been introduced to C# in version 9.0 [https://devblogs.microsoft.com/dotnet/c-9-0-on-the-record/] (released alongside .Net 5). On
| | theincredibleholk.org
20.6 parsecs away

Travel
| One of the major goals for the Rust Async Working Group is to allow async fn everywhere fn is allowed, especially in traits. In this post, I'd like to distill s...