--
You received this message because you are subscribed to the Google Groups "OINK-PUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oinkpug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Languages Are Tools Not Religions
No matter what is your language of preference, keep in mind that a language is just a tool for a purpose. It is just a means to the end.
In some cases it really does not matter what language you used to develop an application. That is the case for instance of Web applications. The code is run on the server side. So for the end user it does not matter if it is PHP or something else.
In my opinion it does not make sense to treat languages like religions. You can use different languages for different projects. You can even mix multiple languages in the same project.
So for developers I always recommend that you learn more than one language if you have the time. That will make you more prepared to participate in different types of projects.
Dan