Re: Tcl vs. Lua
- From: "Donal K. Fellows" <donal.k.fellows@xxxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 00:26:54 GMT
Isaac Gouy wrote:
EIAS?
Everything Is A String, which is the fundamental basis of Tcl's semantic model (stretching back to, oh, the very beginning!) Since 8.0 that's been modified a little bit (to "Everything Looks and Works Like A String") but that's close enough that it's not worth changing the acronym.
What does EIAS mean? It means that every value must be representable in a printable way, and every value must be creatable from a string. For simple things (like an integer or a list) it's pretty obvious how that's done, but other cases (especially relating to some extensions) are much harder.
Donal. .
- References:
- Tcl vs. Lua
- From: Lisa Pearlson
- Re: Tcl vs. Lua
- From: Cameron Laird
- Re: Tcl vs. Lua
- From: Isaac Gouy
- Tcl vs. Lua
- Prev by Date: Re: Tcl vs. Lua
- Next by Date: Re: elapsed time
- Previous by thread: Re: Tcl vs. Lua
- Next by thread: Re: Tcl vs. Lua
- Index(es):