Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Project Springfield: A Cloud Service Built in F# (msdn.microsoft.com)
94 points by edgyswingset on Dec 14, 2016 | hide | past | favorite | 20 comments


It feels like Microsoft is starting to get more vocal about pushing F#. Worth noting that Visual Studio/Xamarin for Mac is prominently offering F# for Android and iOS out of the box now as well.


Just wish resharper would get on the bandwagon.


If I just wait a bit longer, more features from F# will be available in C#. Still not making the jump. So close.


This article is worth a read: https://fsharpforfunandprofit.com/posts/is-your-language-unr...

It approaches from the other side - I don't care what the language lets me do, but what it doesn't. I think it's quite controversial and the examples are a bit contrived, but I found it really interesting.


?? Would you be more likely I make the jump if C# had more of F# features or less likely.

I wouldn't hold my breath for anything approaching parity.


Nope, but pattern matching will be in vNext.


It's not the same thing.

C# "Pattern Matching" is little more than destructuring or switch on steroids.

However, much like how the compiler assists you when writing subclasseses so that you've implemented all the required methods, real Pattern Matching (F#) gives you the same guarantees from the compiler that you've handled all the possible cases appropriately. This makes real F# pattern matching much more useful than "switch with destructuring" and helps you grow your programs in a safe way. The C# way has all the same problems as the switch statement which gives no feedback about what cases you've handled.


That sounds awesome.


The Yaron Minksy talk Effective ML (https://vimeo.com/14313378) has examples of using pattern matching and algebraic data types.


I signed up a while back. Still waiting for my credentials...


It's because of lazy evaluation.


This joke works better with Haskell.


Hah!


The registration is not functional yet


The comments describing the internal politics between DevTools and WindowsDev are also interesting to read.


F# needs a Phoenix badly.


https://suave.io/ seems like a reasonable contender.


Does Pheonix have a home page or a repo on github? Searching only turns up job ads in Arizona.


I suppose it refers to a web framework for Elixir: http://www.phoenixframework.org


Exactly. I was exposed to elixir/phoenix and could not help but think "man, typespecs is the best we get? wish this were F#". But alas, all the momentum and mindshare is being sucked up by elixir/phoenix. If F# could replicate that somehow that would be AMAZING.

I don't mean to knock Elixir/Phoenix though. They are very cool and intersting. Erlang/beam is.. interesting. But F#'s tooling is just fantastic.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: