Felicitas Pojtinger 🌅 on Nostr: > They usually have a lower standard of entry, worse UX, completely fail to provide ...
> They usually have a lower standard of entry, worse UX, completely fail to provide support for linking against libraries that were built for other languages (*points at rusy -sys crates with custom build systems*).
I don't think that's a thing we should be encouraging. FFI as in linking directly to a differnet language with a C FFI is a PITA no matter what language, esp. with static linking in my experience. In Go we just use wasm for this now mostly
I don't think that's a thing we should be encouraging. FFI as in linking directly to a differnet language with a C FFI is a PITA no matter what language, esp. with static linking in my experience. In Go we just use wasm for this now mostly