Some Language at a High Level of Abstraction | EP #13 Coding Talk Show Podcast

DDSRY
1 min readJan 8, 2023

Let’s talk about some Languages at a High Level of Abstraction. DDSRY.com

At a high level of abstraction, programming languages are those that are further from the machine code that is executed by the computer’s central processing unit (CPU). These languages are typically easier to read and write, as they use a syntax and structure that is more similar to human languages and require less knowledge of the hardware and operating system.

Some examples of high-level programming languages include:

  1. Python — Python is a high-level, general-purpose programming language that is known for its simplicity and readability. It is often used for web development, data analysis, and scientific computing.
  2. Java — Java is a high-level, object-oriented programming language that is widely used for building enterprise-level applications and creating Android mobile apps.
  3. C# — C# is a high-level, object-oriented programming language that is often used for building Windows applications and games.
  4. Ruby — Ruby is a high-level, dynamically-typed programming language that is known for its simplicity and flexibility. It is often used for web development and scripting.

Overall, high-level programming languages are those that are further from the hardware and operating system and are easier to read and write, but they may be less efficient and slower to execute than low-level programming languages.

--

--