[Info-vax] VMS Software Q1 '23 Update
plugh
jchimene at gmail.com
Thu Feb 2 09:40:56 EST 2023
On Wednesday, February 1, 2023 at 12:02:14 PM UTC-7, Single Stage to Orbit wrote:
> On Wed, 2023-02-01 at 09:11 -0500, Arne Vajhøj wrote:
> > > Based on a quick search, the answer would appear to be yes, which
> > > was
> > > a bit of a surprise...
> >
> > It does but Clippy complains unless you instruct it not to.
> >
> > #[allow(clippy::float_cmp)]
> >
> > fn main() {
> > let x:f64 = 123.456;
> > let y:f64 = 123.456;
> > let eq1:bool = x == y;
> > println!("{0} = {1} is {2}", x, y, eq1);
> > }
> I'm currently teaching myself Rust and have been for the past two
> years. It is a most interesting programming language.
> --
> Tactical Nuclear Kittens
It would be interesting to make this available on the new VMS. I had some notes on this, but I don't think I kept them.
More information about the Info-vax
mailing list