Call for contributors: Lager - value-oriented design (Redux for UE)

Hi y’all!

Lager is a a third party C++ library for value-oriented design, using the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions. You also get time-travel for free!

Here’s a cool talk about it from the author: https://youtu.be/_oBx_NbLghY

I think this would be great for games where the order of things that happen matters. Would you be interested in contributing to getting Lager to run in UE?

I have this ongoing issue (and a rough work in progress repository). Trying to get it to work without much luck so far: