Commit graph

3 commits

Author SHA1 Message Date
Sanchayan Maity 08d89b1663 app: Main: Add a running example of the DSL
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-28 11:59:00 +05:30
Sanchayan Maity 38d9cd6072 Lib: Changes to the DSL
1. Fix the logger DSL and add top level helpers
2. Drop the servant server part in the DSL. As aptly explained by Arun,
"It won't accomplish a lot to DSL-ise the starting of that execution
flow -- it's not expressing any business logic, just setting up the
scaffolding within which our business logic will be executed".

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-27 20:32:43 +05:30
Sanchayan Maity 7547bcefad Free monads sample project
Only builds for now with the DSL fleshed out.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-22 19:07:48 +05:30