AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Connection Between Idls and Functional Programming
There's an explosion of protocols that you want to support. You quickly have a growing amount of code generators which are not that easy to write because there it is an open problem. smithy4s goes the other way and generate protocol agnostic code so you have case glasses and scala services with like a polymorphic effect. It does seem like there's this really interesting connection between idls and functional programming in that you can go from your idl to a pure functional data model.