Gauthier Segay

Results 385 comments of Gauthier Segay

an apl keyboard but for F# 🙂 I think on windows, with numeric keypad and alt key, you can input those by their numeric code. ![image](https://github.com/user-attachments/assets/dd174ce4-68d7-4cf5-a844-9de86bd6adfa)

@dark-valkyrix feel free to share more code samples, and show how F# is too close to C# rather than APL, I think this will help discussion for this suggestion.

@xperiandri I noticed in #2768 (which also updates release notes) that you rebased / repushed commits I did in that branch, I think it is better to just append commits...

@xperiandri mmh, I didn't see there are artifacts for each platform. I'm not aware of the reason for it, as I assumed there are no non-CLI binaries shipped for fake...

Similar to what was discussed, but somehow dismissed in the random* functions, should we consider additions to FSharp.Core to rather be a separate assembly, and maybe not part of prelude?...

Ok, I succeeded in flowing the entry point options down to the parsers, now I'm facing some challenge to understand what I should do in the free form lexer, to...

Wondering if we want to separate the QualifiedFortranVersion, which changes a bunch of signatures for the "already instanciated parsers" and the rest of the change I started working on (supporting...

I think the feature should mention that it works the same for the `function` keyword, just in case this would not be obvious. @Thorium while I think vanilla f# we...

Side note, maybe f# semantic colouring should have something similar to mutable, around all constructs related to exceptions (`failwith` functions, exception types, try/with/finally)?

@realparadyne you are right for the match input! That said, @kerams comment also gave me some food for thoughts, I think the exception occuring on `when` beside the match input,...