Hi! Sharing a side project I've been hacking on recently, mainly interested to gather some early feedback and find areas where it doesn't hit the value prop I aim to provide.
Glue is an IDL and toolchain that aims to empower you to have a single source of truth for your data models (i.e., structs) and interfaces (i.e., REST/RPC).
Hi! Sharing a side project I've been hacking on recently, mainly interested to gather some early feedback and find areas where it doesn't hit the value prop I aim to provide.
Glue is an IDL and toolchain that aims to empower you to have a single source of truth for your data models (i.e., structs) and interfaces (i.e., REST/RPC).
https://www.gluelang.dev
The home page has an interactive mini IDE where you can generate code on the fly for multiple targets (compiled the codegen into WASM).
To preempt a few questions, I am writing a blog post to give some motivation for this project and where I think other solutions fall a bit short.
Even if this post is lost in the HN abyss, here's hoping this is useful for someone! Please feel free to raise issues on GH or write them here.
Code is here: https://github.com/guywaldman/glue