|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
PHP is probably the best solution because it's instaled on just about every linux server out there and it has ideal functions for what you're trying to do. I've yet to come across a shared hosting package with mod_lisp, mod_python is rare to see and even rarer is ruby/fastcgi.
Mark: I'd only write perl like that if it was a 2 minute script i never wanted to touch again. If I was designing something to be used again, i'd take the time to design it properly.
__________________
~James [Not currently seeking freelance work] Like philosophy or interested in spirituality? Philosophorum. Game Dev Experts Forums Foresight Linux - Because your desktop should be cool! Linux FAQ FedoraFAQ UbuntuGuide |
|
#17
|
|||
|
|||
|
You can always ask web host owner/admin to add support.
I'll just stick to PHP&MySQL for now. Until i need something that PHP isn't capable to do. |
|
#18
|
||||
|
||||
|
Quote:
|
|
#19
|
|||
|
|||
|
You can always ask... It doesn't cost you anything. Maybe some other users already requested that, and i'll be the one that will make admin add support.
![]() |
|
#20
|
||||
|
||||
|
Quote:
To get a better grip on common programming practices? There is some overlap in what you'll learn from both languages but both languages can be used for the same things. I think that the inclination is to do large application development in languages like Ruby or Python rather than Perl simply because Perl programs tend to be terser and harder to maintain. Things like OO aren't easily explored in Perl 5, and OO is a major idea in the programming industry as you should know. Just so you know all three languages have full support for Regular Expressions and text manipulation in general but Ruby and Perl both have them built right into the language .PHP is really tied to one domain: writing web application. There has been some attempt to take it into the world of general purpose programming but I think this is very questionable, it just wasn't designed for it! Finally, learning languages is a skill in itself. If you want to become good at learning new programming languages then you have to learn more than one .Take care, Mark. |
|
#21
|
||||
|
||||
|
PHP is a disaster outside of the web IMHO. PHP-GTK, what were you thinking, morons?
Here's why you tend not to do perl for classes Not the most pleasant thing to maintain is it? Inheritance is done through @ISA and you have to manually return a blessed class instance to kick off. |
|
#22
|
||||
|
||||
|
I wanted to learn Perl. I've heard much about it, but it has spooky code sometimes...
I don't wanna use PHP for desktop apps. I wanna use it for web apps(MMORPGs mostly). And i see that PHP has everything i need for this purpose, so i won't need language for scripting. Maybe i'll learn Ruby On Rails later. Quote:
I've learned more languages than i can currently remember... I've found this one some blog: Quote:
source: http://clickablebliss.com/blog/2005/12/24/php_vs_ruby_on_rails_part_1/ |
|
#23
|
||||
|
||||
|
Quote:
|
|
#24
|
|||
|
|||
|
Quote:
Because I've never heard for them... till now. And there are no books about them. Book about Django will be released in Fall. I don't know when book about turbogears will be available. |
|
#25
|
||||
|