| To: | scsh@martigny.ai.mit.edu |
|---|---|
| Subject: | Strings as a uniform representation & tcl |
| From: | Olin Shivers <shivers@lambda.ai.mit.edu> |
| Date: | 16 Apr 1997 14:42:25 -0400 |
| Organization: | Artificial Intelligence Lab, MIT |
> If one had to choose a single type for everything, a string is a
> pretty good choice. Why not a number? How would you represent a
> string with a number?
Perlis, as usual, summed it up well in one of his aphorisms:
The string is a stark data structure, and everywhere it
occurs there is much hiding of information.
This is what is wrong with both Unix and tcl. Their power is also a great
weakness: they are designed around a "least common denominator"
representation, strings. What it buys you is that everything interoperates.
The above aphorism explains what it costs you.
-Olin
|
| Previous by Date: | Re: Ousterhout and Tcl lost the plot with latest paper, Alaric B. Williams |
|---|---|
| Next by Date: | Re: Reply to Ousterhout's reply (was Re: Ousterhout and Tcl ...), Richard A. O'Keefe |
| Previous by Thread: | Re: Reply to Ousterhout's reply (was Re: Ousterhout and Tcl ...), Jonathan Guthrie |
| Next by Thread: | Re: Strings as a uniform representation & tcl, Charles Lin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |