[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EL to VB translator



PureBytes Links

Trading Reference Links

> So am I correct in understanding that it will be less of an issue
> to cross-compile EL into executables or DLLs than to translate it?

Translating EL syntax into VB syntax would be trivial.  But that's 
only a small part of the problem.  You need a support infrastructure 
to read the realtime data, construct bars, simulate EL's magic 
variable history, execute the systems, etc etc.  That's a MUCH larger 
problem.

In what environment do you plan to run this converted code?
Gary