Replies: 5 comments
-
https://github.com/louthy/language-ext/wiki/Frequently-Asked-Questions#where-is-result |
Beta Was this translation helpful? Give feedback.
-
Thank you so much! Is there somewhere I can chat with you or other devs who use this library? The wiki for Aff/Eff seems to either be outdated or I'm using the wrong version of the library. |
Beta Was this translation helpful? Give feedback.
-
The in-progress My blog series is the best introduction to the new functionality right now. I have also started an FAQ recently to try and capture some of the questions that will come up as part of this big refactor. The following samples from the
The API documentation is also a good place to start. It is generated from the comments in the code, yes, but I have developed a documentation generator that also allows me to add context to the various sections of the project. For example, in the root of In terms of talking to people, the Discussions tab is your friend. Ask anything you like there and either myself or someone else from the community will reply. |
Beta Was this translation helpful? Give feedback.
-
Wicked. Awesome work man. As a Haskeller forced to use C# for work this is going to do wonders. You’re doing gods work! Haha Thanks, |
Beta Was this translation helpful? Give feedback.
-
Ah, you should have said, I'd have worded this quite differently! I should probably have an 'Intro for Haskellers' article. I'll have a think about that. But, instead of me having to introduce the pure-FP concepts it would be more "this is how 'that thing you're used to' works in C#". We can do most of the good Haskell stuff now (abstraction over 'higher-kinded' traits), but not fun stuff like GADTs, recursion schemes, etc. We sometimes end up in generics hell, but I try to minimise those as much as possible. Some things off the top of my head...
That's all that's coming to mind right now, but it is hopefully of some use!
Some people consider I'm doing the devil's work! :D |
Beta Was this translation helpful? Give feedback.
-
Hey there. Awesome library.
I got started with 3.4.0 and realized I was super far behind, but I've already used Result quite extensively. I noticed that it's missing in 5.0.0? Is there meant to be a replacement for it? Apologies if I'm just ignorant and can't find it.
Cheers!
Kyle
Beta Was this translation helpful? Give feedback.
All reactions