Scripting Languages vs. Compiled Languages for web development

后端 未结 7 803
鱼传尺愫
鱼传尺愫 2020-12-31 08:05

Though I come from a purely PHP background on the web development side of programming, I have also spent much time with C# and C++ on the desktop.

I don\'t really wa

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 08:34

    I'm a big fan of compiled languages everywhere, if for nothing more than the static typing. On the other hand, scripting languages are very convenient -- no binaries to deal with, only text files, which is a big win for web servers.

    In the end, it doesn't really matter -- use whatever language you know and feel most comfortable with for the job.

提交回复
热议问题