Dear list.<div><br></div><div>Compare;</div><div><br></div><div>(hint-normalize)</div><div><br></div><div>(vnormalise (vector 1 1 1))</div><div><br></div><div>One is spelled with a "z" and the other with a "s". This seems inconsistent to me. My spell checker (set to UK English) implies both are correct, which is of course very reassuring for dyslexic people like me but can we make a choice here? Maybe just add;</div>
<div><br></div><div>(define (hint-normalise)</div><div>    (hint-normalize))</div><div><br></div><div>(vnormalize v</div><div>    (vnormalise v))</div><div><br></div><div>I could simply add that to my own .fluxus.scm but that sounds like the kind of act that would end up making sharing code confusing.</div>
<div><br></div><div>Yours,</div><div>Kas.</div>