DEV Community

Discussion on: What is your preferred programming language and why?

Collapse
 
nikfp profile image
Nik F P • Edited

You might enjoy something more functional. Look into F#, since you've used the .NET ecosystem before you can plug and play with C# libraries write in a functional paradigm.

You could also use Go in a functional paradigm, but Go has a more idiomatic "this is the way you write Go" style and surrounding community, so this might not work for you.