6 ms·
I've read the entire page and still don't know whether or not I can import Go modules in this language, which seems rather important
by oncallthrow 6mo ago
I've read the entire page and still don't know whether or not I can import Go modules in this language, which seems rather important
- OJFord 6mo agoReally? Almost every example imports something from Go, and it states "interoperability with the Go ecosystem" (or similar, from memory).
- oncallthrow 6mo agoThat isn’t the same thing. Indeed, upon reading further, it appears there is no way to import non-stdlib go modules.
- ivov_dev 6mo agoSupport for Go third-party packages is not part of this first release, but the tooling to generate bindings for Go packages (which enables imports from the Go stdlib) is already in place[1]. Extending it to support third-party packages is on the roadmap. [1] https://github.com/ivov/lisette/blob/main/tools/bindgen/README.md https://github.com/ivov/lisette/blob/main/tools/bindgen/READ...
- 0x696C6961 6mo agoThe first example suggests yes.