Xyncgas

Results 64 comments of Xyncgas

> Potential confusion over a piece of code potentially having two different meanings. We have today, tell me they are the same thing.

Thanks for making F#, I enjoy it for it is an alternative environment to C# that's immersive for me to write codes, meanwhile I can return stack allocated spans from...

I wanted the availability personally for command line arg and I wanted ```EntryPoint``` accepting string[] -> Async because I was expecting this while creating a console app : 1. fsharp...

Matching patterns of interpolated string and use the matched pattern's interpolation for stuffs can be a really easy way to write parser for things : ```F# match string with |...