Re: Could a website be written in more than one language, if yes,what combination of languages do you recommend?
On May 5, 7:43 pm, Erwin Moller <hi.steven...@gmail.com> wrote:
> Java + PHP, Ruby+PHP, Ruby + C++, or what else?
Languages generally have strong and weak points. It all depends on
what you wish to accomplish. From there you select the language(s)
that can help you meet those goals.
As an example say you are having a website report on real time data
collectin stats, you might want to write the data collection portion
in C as it is a faster language and have PHP grab the stats
periodically from the C component and report them, etc.
A great deal in good web sites is not the coding as much as the
planning, then after you have a good plan and idea, you look at how to
get there with the right code.
|