DEV Community

Discussion on: How Programming Languages Change How You Think

Collapse
 
dangdennis profile image
Dennis Dang

Fun, pragmatic read.

How has the interop been for you with the numerous C# SDKs out there?

I come from a Node/JS background with an appetite for Elixir and Rescript, so I usually shy away from the .NET ecosystem.

However, F# seems to be the only ML language that has a large ecosystem. Elixir is great but lacks SDKs everywhere, so sucks when I have to wrap APIs myself. And it’s not statically typed (though arguably there are more and more compile time checks coming).

Collapse
 
jcmrva profile image
Josh M

Most .NET libraries are written in C# and consuming them from F# is painless for the most part.