DEV Community

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

Collapse
 
samaldis profile image
UKJP

Still looking..
Currently learned:

  • php
  • typescript
  • dart/flutter
  • rust
  • java
  • python
  • c(++)
  • vb.net
  • vb6
  • c#
  • JavaScript
  • NASM
  • Dlang

Any ideas why I can't find one I love?

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.