top | item 46349697

(no title)

manaskarekar | 2 months ago

Since it's framed as 'in between' Rust and Go, is it trying to target an intersection of both languages' use-cases?

discuss

order

steveklabnik|2 months ago

I don't think you'd want to write an operating system in Rue. I may not include an "unsafe" concept, and will probably require a runtime. So that's some areas where Rust will make more sense.

As for Go... I dunno. Go has a strong vision around concurrency, and I just don't have one yet. We'll see.

ChrisSD|2 months ago

Do you have plans for handling C FFI without "unsafe"? Will it require some sort of extension module written in C/C++/Rust?