Re: Is string always same as number? (the consistency of lua)
[
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: Roberto Ierusalimschy <roberto@...>
- Date: 2011年2月10日 10:05:32 -0200
> 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.
print(math.sine(10))
-- Roberto
- References:
- 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
- Re: Is string always same as number? (the consistency of lua), steve donovan