DEV Community

Discussion on: Best programming language and framework you've ever used?

Collapse
 
kspeakman profile image
Kasey Speakman

I do not like any framework I've used, and I doubt I ever will. I prefer not having to try to shoehorn what I want to do into someone else's awkward abstraction. What I find valuable are libraries which let me opt into functionality as needed by calling the library when and how I want. (I.e. not required to inherit, or make a specific arrangement of objects.)

Best languages I've used: F# for back-end, Elm for front-end. I learned so much from both languages.