Re: atom[ic] representations
- Posted by Robert Craig <rds at ATTCANADA.NET> May 18, 2000
- 592 views
Beaumont Furniss writes: > After attempting to find how an atom is stored > I decided to come to the source . > I attempted to determine the structure through code > similar to this: You are attempting to do the impossible. Euphoria does not allow you to peek into memory at the way that Euphoria variables or data are stored. This is not C. The best you can do is use atom_to_float64(), which I believe you were already doing. atom_to_float64() is not that slow. If you think it is, make some measurements and show us. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com