Hi Théo, Théo Maxime Tyburn <[email protected]> skribis:
> I experimented on a functional approach to the operating > system declaration. My goal was to be able to pass an operating-system > instance to a composition of functions, modifying it one after another > and returning the desired operating-system object. I find this approach > more convenient because it allows for better segmentation of the system > features. I achieved to make it work for the system declaration I > usually use and I’d like to share it with you. Neat! In some cases, having “transformation” functions is clearer indeed. There’s a couple of them in the code, such as ‘virtualized-operating-system’, that make it easy to adapt an OS config to a specific use case. Thanks for sharing! Ludo’.
