PHP script language or programming language? [closed]

℡╲_俬逩灬. 提交于 2019-12-07 03:16:42

问题


I never understood why PHP called "scripting language" rather than "programming language".

Is me introducing myself as "PHP programmer" is wrong I should be "PHP scripter"?

What definition of programing language and scripting language?

PHP can have complicated programs done and compiled into .exe files to run on windows.


回答1:


Usually a language is called a scripting language if it's not compiled. But these days it doesn't matter anymore - PHP programmer is probably the more accurate term. It's also matters what are you doing with the language. Even people who write in language that have 'script' in its name Java Script are called programmers as soon as they start doing something more advanced than simple DOM manipulations with jquery.

The only people I've lately heard that refer to them selves as scripters are bash-scripters :)



来源:https://stackoverflow.com/questions/12848882/php-script-language-or-programming-language

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!