Re: Tcl vs. Lua
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Tcl vs. Lua

From: Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Date: Fri Dec 30 2005 - 01:26:54 CET

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.
Received on Tue Jan 3 03:09:42 2006