[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is string always same as number? (the consistency of lua)
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 10 Feb 2011 13:44:30 +0200
On Thu, Feb 10, 2011 at 1:37 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> But computers are just different, they arent a being that shares a
> context with you. I see most issues in coding with suspiction where it
> is made to either mind-read you. Or where a common decleration error
> can easily mean something different - a small hamming distance. The
> computer will take your by word and not by intention.
Yes, it's a pity...
A 'small hamming distance' is a nice way to say 'typo'.
Lua programs are still very sensitive to spelling mistakes. In
theory, Lua could be patched so that _no global_ accesses are allowed,
except for some way to get 'imports' in. Then spelling mistakes will
be genuine compile errors.
steve d.
- References:
- Is string always same as number? (the consistency of lua), Xavier Wang
- Re: Is string always same as number? (the consistency of lua), Miles Bader
- Re: Is string always same as number? (the consistency of lua), Dirk Laurie
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), Paul Hudson
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger
- Re: Is string always same as number? (the consistency of lua), steve donovan
- Re: Is string always same as number? (the consistency of lua), Axel Kittenberger