Fulcro 3.4.18 is on Clojars. This is a bugfix release that corrects a problem when returning a tree of data from a mutation that uploaded files. https://github.com/fulcrologic/fulcro
Something I've been wondering about since coming across this project - if I understand correctly, the compiler targets the VM? Is your end goal something like gccemacs's native-compiler? Did you consider the approach of plugging in to Golang's compiler internals and just generate ASTs directly from the code? That would require dynamic linking at runtime and I'm not sure if that's even possible
Hi everyone, I'm pleased to announce the 0.1.16 release of Martian https://github.com/oliyh/martian Martian is an HTTP abstraction for Clojure/script, making calling remote API endpoints just like calling a function. It supports Swagger, OpenAPI and local API descriptions and can be used with any http library. This release adds support for: • Keyword -> string coercion https://github.com/oliyh/martian/issues/105 • Document and optionally merge default values https://github.com/oliyh/martian/issues/18 This release improves: • Behaviour parsing OpenAPI v3 schemas when encountering an unexpected schema https://github.com/oliyh/martian/issues/103
Hello! Made this tiny lib for doing spec-first servers using #reitit and #malli: https://github.com/lispyclouds/navi Converts OpenAPI route definitions to Reitit routes and uses Malli for request coercion. Quite experimental and not quite ready for serious use. Hopefully its useful to some of you! 😄
I was dreaming about this some time ago, thanks for releasing it :)
😄 hope this is useful to you! looking forward to making it more robust!
Great idea!