What is a programming language

Source: Internet
Author: User

compiler, interpreter: for compiling

Programming language: Machine language, assembly language (people easy to identify, very close to machine language, very low, difficult), high-level languages (close to human thinking characteristics, close to machine characteristics)

High-level languages are divided into:

Static language: Compiled language

Strongly typed (variable type)

Convert into executable format in advance

Keywords: can be directly converted by the compiler to machine-recognized machine code, machine instructions

such as: C, C + +, JAVA, C #

Dynamic language: Explanatory language, on the fly

(usually) weak type

Edge Interpretation Side Execution

such as: PHP, SHELL, Python (current fire, many game scripts), Perl

Process oriented: Programming focuses on solving the problem solving process itself. (Shell, C)

Object-oriented: Abstract the project to be implemented into objects, and define the actions between objects. Suitable for developing large programs. (JAVA, Python, Perl, C + +)

What is a programming language

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.