Re: Some changes I'd like to see
<Snip...>
> STRINGS:
> Implementing a string type will allow Euphoria to store "Hello World" as
> "Hello World" (13 bytes)
> instead of {72,101,108,108,111,32,87,111,114,108,100} (42 bytes)
> thus preventing menory and disk from getting that uncomfortable bloated
> feeling.
<Snip...>
AFAIK (As Far As I Know), the string "Hello World" is stored in memory as
"Hello World", not as the euphoria sequence. This is just euphorias way of
displaying sequences in an easy to read form, and printing to disk is just
another type of displaying, as far as euphoria is concerned. Of course,
printf can be used to ovveride the default display method.
Nick
|
Not Categorized, Please Help
|
|