Euphoria 4.0b2 is released!
- Posted by jeremy Aug 31, 2009
- 0 comments
OpenEuphoria v4.0b2 has been released! Please see the Downloads page for the links to download.
This release contains many bug fixes from the previous beta. For an entire list, please see the Wiki page Changes for 4.0b2.
In addition to the normal binary builds, a new one named euphoria-4.0b2-ow.exe exists for Windows. This bundles the OpenWatcom compiler with OpenEuphoria giving Windows users the ability to do a no-config-required translation/compilation of their Euphoria source files to C code and then as an Executable. Many times, this produces a much faster binary than normal binding and it's just as easy in 4.0 now. To bind a program, you type bind animal.ex. Now, to compile to C and then to an executable, it's just as easy. Simply type euc -con animal.ex. The -con is to state the resulting binary is a Console program, not a Windowed program.
Enjoy!