Re: Propsoal: a lua dialect without nil
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Propsoal: a lua dialect without nil
- From: Henk Boom <henk@...>
- Date: 2011年2月15日 11:57:55 -0500
On 15 February 2011 06:34, Axel Kittenberger <axkibe@gmail.com> wrote:
> Just wondering, does anyone know of any existing dynamic typed
> language, that has no nulled types?
Scheme. It does have a value called 'null', but this is just a
singleton empty list, and doesn't have other special behaviour.
henk