Don Syme

Results 1218 comments of Don Syme

For next time, to track * [ ] F# for Python devs * [ ] F# for Node devs * [ ] F# for JavaScript/Typescript devs * [ ] F#...

I'd like to add a new top level section for the topics covered by the dugnad called "Social Proof" - covering https://fsharp.org/testimonials in particular, but also social proof on https://docs.microsoft.com/...

There are also cases where having a union type and union case with the same name causes issues, see https://github.com/dotnet/fsharp/issues/8875

> I think this is an interesting idea, that hasn't gotten much attention. Related (directly inspired by?) kotlin: http://kotlinlang.org/docs/reference/delegation.html Not inspired by, but it's nice to see. Have been thinking...

I apologise for missing this despite being prompted several times. Put it down to the pandemic or something. I can see the issues here. When UoM were originally designed, the...

> If X isn't a public method, what is it? I updated your code to use "internal" since the answer is then clearer, also it's clearer when using static members....

> Shall this be disallowed? I don't think so. You can use it on any member or nested type (including F# types in modules)

> As for compat concerns I wonder if any F# code actually uses public on private types right now.. I doubt that there's a lot such code, if any at...