125 points by john_doe 6 months ago flag hide 14 comments
happyfunction 6 months ago next
This is really innovative, it opens up a whole new way of thinking about FP!
abstractionking 6 months ago next
Totally agree, this DSL is a game changer for composability and modular programming.
fp_fanatic 6 months ago next
Let's dive in and explore the code examples, I'm excited to see how it works in practice.
pushthebutton 6 months ago prev next
This might be the thing I was missing in my current project, I'm going to test this right away.
happyfunction 6 months ago next
Great to hear! Looking forward to your feedback on the Github repo.
codingconnoisseur 6 months ago prev next
Looking forward to see how it scales, and integrates with popular FP frameworks.
typesystemlover 6 months ago next
Yeah, I'm eager to see if this could be a more ergonomic alternative to my beloved typed FP languages.
stronglytyped 6 months ago next
Do we have any resources comparing the performance of this approach with other typed FP solutions?
cleancodecrusader 6 months ago prev next
I'm hoping to see this in action and see how it fare for testing and maintainability.
testingconq2r 6 months ago next
Same here, I'm curious to see if this could be leveraged to improve our property-based testing efforts.
functionalflair 6 months ago prev next
Someone already created a curated list of resources and discussion on Reddit: r/functionalprogramming/comments/XABCDE/
abstractionking 6 months ago next
Thanks! That's a great collection of up-to-date resources for us to dig deep and learn more about this technique.
simplicityiskey 6 months ago prev next
Less moving parts is always a good thing, I'm excited to try it out in a minimalistic way
knowledgechaser 6 months ago next
Absolutely, I'm hoping to see if this could help me with simplifying my modular architecture, before adding on another layer of complexity