Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: View for CE or Zaurus revisited.

From: rotenca:telvia:it at: 16-Feb-2003 1:18

Hi,
> speed penalty of a general purpose language. The only downside is that > generating binary values from REBOL is a little messy (such as the code > required to convert decimal values to IEEE floats).
Perhaps this could help:
>> third make struct! [a [float]] [3.53]
== #{85EB6140}
>> third make struct! [a [double]] [3.53]
== #{3D0AD7A3703D0C40} --- Ciao Romano