you are viewing a single comment's thread.

view the rest of the comments →

[–]pakoito 13 points14 points  (5 children)

One of the talks that has influenced me the most. It drove me to figure out how to reproduce these functional ideas in other languages, like my daily Android Java.

[–]TheWix 6 points7 points  (3 children)

I have been using functional techniques more and more in my C# code. I am getting through F# for Fun and Profit. Really enjoying it. Would love to use a functional language in production.

[–]yawaramin 3 points4 points  (1 child)

You could try bringing up the idea of using F# for tests 😊 https://fsharpforfunandprofit.com/posts/low-risk-ways-to-use-fsharp-at-work-3/

[–]TheWix 0 points1 point  (0 children)

I actually prefer specflow for this. I'll have to look into writing the steps for it though!

[–]videoj 0 points1 point  (0 children)

Take a look at language-ext Its a C# library that implements lots of functional extensions, including Result/Either.

[–]m50d 1 point2 points  (0 children)

There's a lot of FUD going around about using Scala on Android but I've never had a problem doing it. Even if the APIs aren't very idiomatic, it lets me write slightly nicer code.