I am a longtime Python developer now curious about functional programming. I value concise syntax, clear error feedback, and a mathematical spirit. Which language should I try first for experimentation?
hey silvia, try haskl – it’s got a clean, mathy vibe and concise syntax. error msgs can be a bit wonky but experimenting with it really opens your eyes to func programming. give it a shot and see how it feels
F# may provide a good blend for someone coming from Python. In my experience, F# is a robust language that flexibly incorporates functional programming concepts while maintaining an approachable syntax. It offers strong type safety and clear error messages, which helps in debugging and learning advanced concepts gradually. The interactivity of its ecosystem and supportive community have proven invaluable to my own experiments with functional paradigms. Its seamless integration with established platforms also makes it a practical choice if you wish to transition some of your skills from Python.