Re: 64bit support
- Posted by Critic Mar 03, 2009
- 1124 views
DerekParnell said...
Ah, you are right. Here is a better example (I hope) ...
sequence A = {1,2,3} A = {A} A = {A} ? A
Output: { { { 1,2,3 } } }
Unless we understand 'cycle' differently.
Well, that is not a cycle conceptually. It may be implemented as a cycle because of copy-on-write semantics. For a true cycle the "?" would never finish.
DerekParnell said...
The is no JIT for Euphoria (yet). So any comparisions for now must be done on plain interpreters.
Ok. But benchmarking the Euphoria-to-C-translator with the JITs would be interesting too.
DerekParnell said...
There are commercial Euphoria products. eg. Nexus Radio
Interesting.