Let’s define languages like c,c++,java as code
Python,PHP as script.
Is c# code or script, and reason?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The most similar language to C# from your list is Java, so if you think Java is “code” then I guess C# is too.
But the idea that languages can be divided into “code” or “script” is a huge oversimplification in my opinion. For example, PHP can be either interpreted or compiled. Java can be compiled to bytecode which is then interpreted, or it can be compiled directly to native code. Python can be useful for small “scripting” tasks, but it can also be used to write enterprise class web applications.