Re: 64bit support

new topic     » goto parent     » topic index » view thread      » older message » newer message
Critic said...

I don't get it: Where is the cycle? The language's semantics do not allow cycles, AFAIK.

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.

Critic said...

Well, I said "IMHO". Apart from that Lua is used as a scripting language in various comercial games (for example Far Cry, World of Warcraft) and there is a JIT available. Python is used by Google and YouTube and there is a JIT available too. I don't know if there are comercial products that use Euphoria.

The is no JIT for Euphoria (yet). So any comparisions for now must be done on plain interpreters.

There are commercial Euphoria products. eg. Nexus Radio

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

Search



Quick Links

User menu

Not signed in.

Misc Menu