Disturbing yet wonderful logo...
PHP for android
21–26 of 26 posts
Re: PHP for android
#22I'll start this off disclaiming that I've used PHP for a long time now and I like it. However, I don't understand why PHP should be beaten into a form it was never meant to be in. I do like the logo though.
Using X the way it wasn't meant for is the definition of hacking.
Hammering screws is not hacking.
Re: PHP for android
#23Re: PHP for android
#24Earlier quoted context omitted.
Not sure why you were voted down here. I have the same question. And I looked around their website and couldn't find anything. There isn't even a statement of who or how one would benefit from something like this. Their homepage badly needs a mission statement, or a "Welcome, PHP for Android is for those who...... something" That being said, I think I may understand a little as to the "why" by looking at the scripts…
At least one person is benefiting from this, having fun & gaining experience by creating this project. Other people might benefit too, or perhaps not. There's no extra charge.
Re: PHP for android
#25Earlier quoted context omitted.
Because php isn't a general purpose language. It's a rather clunky hammer outside of the web.
Your answer sounds a lot like "Because $language is better" and there are no winners of holy wars.
Additionally PHP is inherently slow not because of the interpreter but because of the design the language. Most websites aren't affected by this because many of the functions in the standard library are implemented in C and are very fast.