Albert Du
Albert Du
Currently I'm looking to support built in F# functions by replacing them with the BCL equivalents Math operations are supported normally but not the F# versions > Math functions: Supports...
I believe Linq could be leveraged to provide greater insight with the analyzer. For instance, the Cosmos Linq provider allows for translation of strongly typed queries directly into sql which...
@vzarytovskii I added benchmark results to the original pr message. Throwing an error at runtime is a behavior replicated from the [RangeInt32](https://github.com/dotnet/fsharp/blob/9f971c8ca85a3bcc0006f15db01d8e19a58592d7/src/FSharp.Core/prim-types.fs#L5701) enumerator type that backed the .. .. syntax....
I've made further improvements to the codegen that results in smaller and faster il. Disassembled il, c#, and benchmarks updated.
this is ready
@dsyme I added over/underflow checking to the constant step optimized loops, variable step loops don't seem to suffer from this as the logic was completely lifted from RangeInt32. Tests for...
benchmarks updated
@dsyme I think I'd like to try making those changes, it'll be a good opportunity for me to understand more of the compiler
I changed the xml docs to remove references to stdout
@abelbraaksma Thank you!