Matthew Crews

Results 34 comments of Matthew Crews

Thank you! The piece I was missing was the `open RDotNet`. I saw examples of `AsList()` but didn't notice the required `open` statement.

I am getting a `FS00039: The namespace or module 'ExcelDna' is not defined.` ![image](https://user-images.githubusercontent.com/1593215/103571578-2739e300-4e99-11eb-93d1-40b71f371c35.png) Repo here: https://github.com/matthewcrews/ExcelTestAddIn

Can confirm this works. Here's what I ended up with: https://github.com/matthewcrews/ExcelTestAddIn/blob/master/TestAddIn/TestAddIn.fsproj ```xml ```

+1, if it is possible to make `fun` optional while still being unambiguous, it would be greatly appreciated.

Other than the case provided by @cloudRoutine , is there any reason we can't just make `fun` optional? I do most of my work in C# still and it is...

This is super interesting! I'll need to look over this and see what the performance difference will be. Thank you for the ideas!

Interesting, on my machine it's slower. I have an AMD 3900x which is a Zen 2. Are you running on an Intel? ``` // * Summary * BenchmarkDotNet=v0.13.1, OS=Windows 10.0.22000...

Super interesting. This is why I've been tempted to build an Intel machine along with my AMD. I knew these performance differences were possible but that seems pretty dramatic. I...

Thanks for sharing this. I pulled it down and am running the benchmarks presently. I have quite a bit to uncover when it comes to equality and performance in F#....

I do like this idea. As I mentioned above, Flips needs a massive overhaul. I wrote it before I had much experience with creating libraries and supporting them. There are...