hi @gcast thanks for the question. Building a REST thing on ruby on rails has a lot of concerns that don’t matter. HTTP, status codes, content encoding, AJAX requests, network, batching and caching. Hyperfiddle abstracts over all that stuff. You think in terms of database queries and business logic and that’s it
see this: https://www.reddit.com/r/Clojure/comments/7jjjnq/clojures_big_picture_edn_unifies_database_schema/
Hyperfiddle is basically this https://github.com/oliyh/martian but visual and efficient and not coupled to http