#@Helder Correia would you consider
1 messages ยท Page 1 of 1 (latest)
I don't how how to make it "mini" ๐ It takes a bit of work.
Id sign up for the mega version too
We could do something basic, like only supporting primitive types. But we'd need a simple language that's easy to extract the typing information from, and it's best if there's already a codegenable client so we don't have to deal with that first. Python actually fills all of that, so it's possible to make an MVP in Python from "scratch", to show the basics of how to support modules.
I'm assuming modules, but if it's a new SDK, codegen isn't easy enough for that yet and you have to create the client.
I'm thinking for new SDK's it would be cool to start with supporting modules, using raw queries in the function body, and create the client after that.
I actually have a new language in mind for a new SDK which can be used as a model/example for new SDKs, but I'm waiting for some basic introspection/reflection/ast features to be able to start.