Integrating “safe” languages into OpenBSD?
1–10 of 344 posts
Re: Integrating “safe” languages into OpenBSD?
#2Re: Integrating “safe” languages into OpenBSD?
#3Maybe I'm misunderstanding but there is a pretty serious effort to rewrite all the gnu coreutils in Rust: https://github.com/uutils/coreutils
>Such ecosystems come with incredible costs. For instance, rust cannot even compile itself on i386 at present time because it exhausts the address space.
Re: Integrating “safe” languages into OpenBSD?
#4Uutils and Redox are setting out to provide POSIX compatible coreutils, and Redox builds from scratch in less than 30 minutes.
Re: Integrating “safe” languages into OpenBSD?
#5Maybe I'm misunderstanding but there is a pretty serious effort to rewrite all the gnu coreutils in Rust: https://github.com/uutils/coreutils
That is sort of addressed by Theo: >Such ecosystems come with incredible costs. For instance, rust cannot even compile itself on i386 at present time because it exhausts the address space.
Re: Integrating “safe” languages into OpenBSD?
#6Maybe I'm misunderstanding but there is a pretty serious effort to rewrite all the gnu coreutils in Rust: https://github.com/uutils/coreutils
Does he really not know this or is he ignoring them to make a point?
Re: Integrating “safe” languages into OpenBSD?
#7This is where Theo appears to me to be quite different to eg Linus. He plays the man, not the ball, with personal attacks.
Re: Integrating “safe” languages into OpenBSD?
#8Earlier quoted context omitted.
That is sort of addressed by Theo: >Such ecosystems come with incredible costs. For instance, rust cannot even compile itself on i386 at present time because it exhausts the address space.
People are still using i386? I'd assume even if they are, it's such a tiny minority that it shouldn't be an excuse to hold everyone else back.
I've seen i386 multiple times to also refer to any x86 Arch.
Re: Integrating “safe” languages into OpenBSD?
#9Maybe I'm misunderstanding but there is a pretty serious effort to rewrite all the gnu coreutils in Rust: https://github.com/uutils/coreutils
That is sort of addressed by Theo: >Such ecosystems come with incredible costs. For instance, rust cannot even compile itself on i386 at present time because it exhausts the address space.
Performance matters. Even more than features.
Re: Integrating “safe” languages into OpenBSD?
#10Maybe I'm misunderstanding but there is a pretty serious effort to rewrite all the gnu coreutils in Rust: https://github.com/uutils/coreutils
That is sort of addressed by Theo: >Such ecosystems come with incredible costs. For instance, rust cannot even compile itself on i386 at present time because it exhausts the address space.
Not many people are whining about our C compiler toolchains not fitting into our microcontrollers.