Replies: 1 comment
-
|
So far the bulk of the effort has gone into inbound interop (Lis consuming Go). Work on outbound interop (Go consuming Lis-generated Go) hasn't started yet. I'll make this clearer in the docs. For outbound interop, beyond a stable public surface you'd also want a library build mode, a way to embed Lis into Go-primary projects, etc. If you'd like to experiment anyway, Go prelude types like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to write Go libraries (for personal side projects) in Lisette.
There is Go-interop documentation, but is that also a guarantee about Lisette output in the future?
Today,
fn combine() -> Result<int, string>compiles tofunc combine() lisette.Result[int, string].Can I rely on that being the case moving forward?
Beta Was this translation helpful? Give feedback.
All reactions