Hacker News new | ask | show | jobs
by Nelkins 2059 days ago
I'm really enjoying the trend in the F# community these days of using computation expressions for configuration. Means you can get great IDE support and type checking with configs. Some examples:

1. https://compositionalit.github.io/farmer/

2. https://twitter.com/Cody_S_Johnson/status/132322777503415500...

3. https://github.com/UnoSD/Pulumi.FSharp.Extensions

4. https://github.com/SaturnFramework/Saturn/blob/73855f08d9c50...