top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is javascript /PHP really a scripting language?

0 votes
211 views

As per my understanding of interpreted language is scripting(interpreted) language is the language which can executed by CPU straight away without any need of compilation are classified as scripting language

Now if i take example of JavaScript , it does not requires explicit compilation from developer. But browser which interprets actually converts it in to machine instruction which CPU can execute.

So in a way it is also a compiled language though compilation is not required by developer explicitly but browser does it internally. Is n't it ?

Same is the case with PHP.

posted Feb 15, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

Is there any way so that i will get to know about my variable is a number or not without using Javascript?

0 votes

For a project I'm working on I need to import an ECDSA public key into the openssl extension to verify data/signatures send by the client. The key has been verified, so that's no problem.

The problem is the fact that subtlecrypto exports the key as raw, spki, or jwk, while non of these can be imported into the openssl extension.

Can anyone inform me on a way to make the key compatible with the openssl interface, be it on the javascript side or the php side.

...