Re: The Py feeling & Euphoria Compiler Feature Questions.
- Posted by Robert Craig <rds at ATTCANADA.NET> Oct 27, 2000
- 399 views
Ralf writes: > 10) Robert, what do you think about David's new features ? I intend to look at Py after I finish the translator. > 11) Will the Euphoria compiler allow you to include C code, > directly into your Euphoria code ? At the moment, you would have to do this manually. For instance you might create your own .c file, and add it to a modified emake.bat. You could add calls to functions in your .c, from a .c that the translator generates. You might need to know a bit about the (current) internal representation of Euphoria objects. Eventually this will be supported in a better way. > 12) Could the compiler be written so that the global routines > are exportable ? (to create DLL's, VBX'en, VXD's etc.) Again, you can hack this together by your self today, but better support will come eventually. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com