Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP script language or programming language? [closed]

Tags:

php

definition

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.

like image 804
John Smith Avatar asked Oct 11 '12 21:10

John Smith


1 Answers

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 :)

like image 107
RA. Avatar answered Sep 30 '22 17:09

RA.