DEV Community

Discussion on: Have you tried functional programming?

Collapse
 
theonlytails profile image
TheOnlyTails

I use it all the time when creating DSLs with Kotlin. By having higher-level functions, extension function and lambdas with receivers, you can make some very cool syntax. I detail more about it here: theonlytails.com/blog/data-goblin

Collapse
 
madza profile image
Madza

Thanks for the share! 🙏❤