I've considered going though and fixing things like this myself. But
I'm not sure if it'd be best to define the synonyms it when C exports
the code to scheme or in a scheme script that Fluxus loads.

My favorite is (hint-wire) (wire-colour) (line-width) which usually
leads to an audible expletive when I'm live :)


On Fri, Feb 26, 2010 at 8:47 AM, Kassen <[email protected]> wrote:
> Dear list.
> Compare;
> (hint-normalize)
> (vnormalise (vector 1 1 1))
> 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;
> (define (hint-normalise)
>     (hint-normalize))
> (vnormalize v
>     (vnormalise v))
> 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.
> Yours,
> Kas.

Reply via email to