Conversation

I wonder if folks have looked into creating "IDE-friendly" functional languages. I feel like this should be a thing.
5
7
In general FP languages tend to be super great at hole-driven development tooling where you're refining programs with missing parts, based on the expected type. It's a bit different to the OOP approach though. Agda, Haskell, and Idris use this style.
1