Re: Multi-Platform Support
> What would be great is see an Euphoria compiler. I've said on the past that
> an Euphoria compiler wouldn't speedup THAT much code execution, but it do
> have many benefits. An .obj output would do the job. I don't expect a small
> company like RDS develop their own linker, librarian, resource compiler,
> etc. The Lcc32 free compiler comes with those tools already. I can imagine
> building Euphoria coded DLLs, mixing Eu code with C/Pascal/Asm, etc.
You cant compile a language meant to be interpreted.
All 'compiling' really is, is do some/a lot/huge amount of optimization at the
cost of 'compile-time'.
Take the JIT-technology for Java, is it interpreted or compiled ? Hard to tell.
What you want is a way to effectively communicate in *any* or (preferably) *all*
ways.
I am in favor of being able to bind to a DLL. Off course we would need a new
procedure which we use to define the exact
arguments and pointers/value issues. (if structures and arrays were available
btw, the pointer/value issue would be even less of
a problem)
I'm under the impression though, that object and library files are compiler
dependant and exist in many flavors, but I might be
wrong. (let's hope so)
Ralf
|
Not Categorized, Please Help
|
|