DEV Community

Discussion on: Why do you use your language/stack?

Collapse
 
kspeakman profile image
Kasey Speakman

Lately it is F# front and back. On the server side, something like Giraffe for API request routing. On the front Fable to turn F# into JS, and Elmish to structure the UI in a way that is maximally testable and easy to reason about. My preferred approach is libraries, no frameworks. It's functional programming, but I don't use much weird/fancy FP things. Just types and functions as much as possible. So nice to write and maintain.