Micah Carrick wrote:
...
What exactly is Euphoria and Qu?
Both are very fast interpreted languages. Euphoria has been around for several
years, Qu is brand-new, and still in development. Both use clear english syntax
without excess 'line noise'. Qu is my current favorite because it can do OOP, which
means it was easy to convert GTK 'widgets' into Qu 'objects', which eliminates
all that nasty type-casting that has to be done when programming in C.
There are a couple of example GTK programs on my web page:
http://databrook.com/users/irvm/
Despite being interpreted, both languages are fast enough that there is no
perceived difference when running normal GUI programs written in them or in C,
and they beat other languages such as Python and Ruby:
http://janus.centrin.net.id/%7Emarc/performance.html
Regards,
Irv