Re: Why learn Euphoria???
- Posted by jeremy (admin) Nov 04, 2011
- 2084 views
The future of programming is probably not desktop but web, programs run in a browser. That means Javascript, PHP, or some future language such as Google Dart. I never was able to get PHP happening on my computer. Dart looks like another complexicated language.
Um, PHP? PHP is not the web. Some people use it to write web applications, but it's just a small percentage of websites. With euweb you can develop blazingly fast web applications in Euphoria making use of HTML, HTML5, AJAX, JavaScript, jQuery, YUI and just about any other HTML technology available.
Benchmarking Euphoria on the web compared to PHP on the web is almost laughable how much faster Euphoria is for that task, and easier!
Jeremy
EuWeb seems to not be ready yet.
http://openeuphoria.org/wiki/view/EuWeb.wc
EuWeb is the generic name given to the software that runs OpenEuphoria.org. The software is written in Euphoria. It provides news, forums, wiki, various static pages, tickets, search, categorization and a user system to secure it all. It is hoped that one day it will be polished enough to be a product others can download and use for their own projects.
When will I be able to write something using EuWeb that can be run in firefox and chrome?
Hm, I said the wrong thing. Euweb is this software we are using right now. I meant WebClay. WebClay is a web framework written in Euphoria. EuWeb (a product) is written using WebClay.
WebClay may be a little rough around the edges but is fully usable and very easy to use, much easier than straight PHP and much easier than many PHP web frameworks. Plus, it's lightning fast compared to PHP.
About running them in Chrome, Firefox, Internet Explorer, Opera, etc... It already does that. You're doing it now. What browser are you using? openeuphoria.org is run w/WebClay, i.e. Euphoria. Has been since its creation.
Jeremy