Does make sense to have a language with manual memory management since
it's possible to create stuff of low level with a specialized garbage
collector?
It's good to create drivers, but it's already C.
i.e. Both Native Oberon and Blue Bottle operating systems were
implemented in languages, Oberon and Active Oberon, which have type
safety and concurrent (at least in compiler ulm oberon) GC support.
http://www.inf.ethz.ch/personal/wirth/books/ProjectOberon.pdf
Then, Java is being used in embedded and real-time systems with a
deterministic garbage collection:
http://www.pr.com/press-release/226895
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev