Why F#?
11–20 of 424 posts
Re: Why F#?
#12The flagship editor is Visual Studio, not vs code.
Re: Why F#?
#13As far as I can tell F# is one of those things where every single user is extremely happy. This happens rarely and I really am curious about the thing but never had time to get into it. I'm also pretty well versed in the .net ecosystem so it's probably gonna be easy. Any tips? What kind of workflows might benefit the most if I were to incorporate it (to learn..)?
Re: Why F#?
#14I know this isn't a common rant, but I hate so-called functional language still bowing to the "infix mathematical operator special case" dogma, when those are just binary (variadic in Lisp) functions.
Always found it pretty appealing, otherwise. And no ";;"!
Re: Why F#?
#15>whitespace is significant, like in Python hard pass
Re: Why F#?
#16I have a few questions. Can it do GUIs well? How about mobile? And how does it compare to e.g. Scala?
I don't have much experience with Scala, but I think the two languages are pretty comparable in their respective ecosystems. The biggest difference I'm aware of is that Scala has typeclasses and F# does not.
Re: Why F#?
#17Because you love using Microsoft's shitty technologies, but also want to be completely unemployable?
Re: Why F#?
#18Because it’s great, and people that think otherwise are dead to me.
Re: Why F#?
#19Re: Why F#?
#20Because it’s great, and people that think otherwise are dead to me.
Curried functions combined with that magnificent pipe operator, overlaid on the .NET runtime. Don Syme et al knocked it out of the park. It's the one programming language that changed how I think about programming. I'm only talking about the version before type providers. Then it got messy. Before that, we could (and I did) recompile fsi.exe to do some custom prompt manipulation. It was a slog, but it worked, but the…