Re: Future direction and purpose of Euphoria?
- Posted by ryanj Mar 27, 2014
- 3679 views
I think we should seriously consider adapting Euphoria to web development and scripting, because a fast interpreted language like Euphoria would be perfect for both of those areas. They both require very little or no GUI or other C/C++ library wrapping, except some basic stuff that has already been established, such as database access.
Perhaps someone in the development team can look at what it would take to convert the euphoria interpreter into an Apache module? Also, we already have tools for generating webpages, but the last time i looked, the documentation was practically non-existent.
Also, what if the dev team could build a eui.dll and eui.so file that a program can link to? There could be an API for running a euphoria program as a script and interacting with it.