graninas / Hydra

Hydra is a full-fledged framework for building web services, multithreaded and concurrent applications with SQL and KV DB support.
BSD 3-Clause "New" or "Revised" License
184 stars 13 forks source link

Reorganize the project and separate engines #8

Open graninas opened 4 years ago

graninas commented 4 years ago

Currently, all the engines are sharing the same folders. A new way to organise the engines should be adopted.

Think about separation of the engines into own namespaces. Sample:

lib/runtime
lib/free
lib/church-free
lib/final-tagless

See also #7

It might be a good idea to have the same names for the internal structure for each engine but different top namespaces for three of them.