Scripting Languages vs. Compiled Languages for web development

后端 未结 7 932
鱼传尺愫
鱼传尺愫 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:47

    For scripting languages, anyone that has a copy of your software could potentially modify your source code because it's open source.

    For programming languages, anyone that has a copy the software cannot simply modify your source code because it is compiled.

    So I guess, it depends upon your preferences.

提交回复
热议问题