Re: Web Programming
- Posted by euphoric (admin) Oct 22, 2010
- 1313 views
I have a commercial t-shirt site that's been running on Eu for years...
This one? :)
...although it is about to get replaced with Python/Django in a few weeks.
Why? What's going on?
Originally I even used the eu database for my backend (database needs were lightweight), but I found it too slow, not so much in the serving of pages but in the db update stage, so I now I use Sqlite which is a good fit for Euphoria cause it doesn't adhere to strict types (plus queries are much easier).
Do you have any custom code to help you work with SQLite?
Euphoria's main weakness has always been not enough people use it.
That's only a weakness for n00bs. Or you don't have a lot of time. Because then those resources (the books and web sites, etc.) come in real handy. :)