Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
415 days ago
I mean, you could write your logic engine in Rust (as a library), and do all the rest in a more ergonomic language, with a GC.
1 comments
whytevuhuni
415 days ago
Yeah, I think that would be ideal if possible, although often that requires most of the state to be in Rust, and exposing proper bindings to every bit of that state is quite an undertaking.
link