Can Euphoria be compiled to machine code, C or some other language?
Euphoria source files can be translated to C using the Euphoria-to-C (e2c) translator. You specify whether you want an executable or a shared library and for which compiler you want the C source to be output. Then you use emake to compile and get your .exe, .dll, or .so file. Supported compilers are OpenWatcom, Borland, Lcc and DJGPP.