Dropping Pakets and F# Bombs

| programming | dotnet | learning |

I tried to be clever with the title.

I spent the better part of the evening yesterday trying to get the LaunchDarkly .NET SDK to work in F#. This was a part of my current journey of trying to learn more F# so that I can continue to contribute to the dark porting effort.

My first problem was I was trying to use the Paket package manager which is in use in dark, but for some reason I could not get any of the installed dependencies to be recognized. I randomly got it working in one project when I saved and re-opened a file, but then when I started a new project the same trick didn’t work.

Needless to say I have no idea what I am doing. After spending way too much time troubleshooting this, I just switched back to the built in package manager from the dotnet CLI which uses nuget. This got me to the point where I was able to at least load and recognize the dependency in my F# code.

Sadly, I was not able to get this to actually work. I think the main problems is that I don’t really understand how to use .NET objects from within F# and all of my code, while syntactically correct, looks like object oriented F# (which I guess is kind of a thing, but not really).

The good news is that I am sure I will figure this out given enough time, so onwards for now.

Thank you for reading! Share your thoughts with me on mastodon or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

in which social media can be put in your own hands

I've been on Mastodon since early 2017 and have really enjoyed it. It's been great to see the Fediverse grow as a user-owned network that can function without a corporate overlord calling the shots, exploiting the user base, and ultimately sq…

via Technomancy September 13, 2024

Notes on OpenAI's new o1 chain-of-thought models

OpenAI released two major new preview models today: o1-preview and o1-mini (that mini one is also a preview, despite the name) - previously rumored as having the codename "strawberry". There's a lot to understand about these models - they'…

via Simon Willison's Weblog: Entries September 12, 2024

Questions and Answers vs. Features and Benefits

When making products, you can think of them as a collection of features or answers.Some people may say "you mean features or benefits?" No, I mean answers. Answers are counterpoints to questions people have in their heads. Answers fill holes, an…

via Jason Fried September 12, 2024

Generated by openring