DEV Community

Discussion on: What emerging technology would you want to work with if you could?

Collapse
 
alanmbarr profile image
Alan Barr

Functional programming languages. Or better programming languages. F# is a sweet spot for me right now but i'd like to see more adoption. I also see that there could be a lot better programming languages in the future.

Collapse
 
nektro profile image
Meghan (she/her)

what are your favorite parts about F#? I haven't used it much but looks interesting...

Collapse
 
alanmbarr profile image
Alan Barr

I like that it is not a pure functional language. The community is very helpful. My programs end up concise and I have full access to .net libraries. Also type inference which causes me to only indicate the types very for a function when f# can't determine it.