Re: 64bit support

new topic     » goto parent     » topic index » view thread      » older message » newer message
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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu