이 노트에 대하여

프로그래밍언어는 프로그램을 표현하는 형식이고, 개발자와 엔지니어는 그 형식을 통해 시스템을 만든다. 하지만 이 말들은 단순한 직함이 아니라 사고법과 도구 사용, 문제 해결 태도까지 품고 있다. 코드와 사람의 관계를 함께 보게 만드는 중심 메타다.

하위 주제가 될 것이다.

Programming language 프로그래밍 언어

(“Programming Language 프로그래밍 언어” 2026)

A programming language is an engineered language for expressing computer programs. Programming languages typically allow software to be written in a human readable manner. Execution of a program requires an implementation. There are two main approaches for implementing a programming language – compilation, where programs are compiled ahead-of-time to machine code, and interpretation, where programs are directly executed. In addition to these two extremes, some implementations use hybrid approaches such as just-in-time compilation and bytecode interpreters. The design of programming languages has been strongly influenced by computer architecture, with most imperative languages designed around the ubiquitous von Neumann architecture. While early programming languages were closely tied to the hardware, modern languages often hide hardware details via abstraction in an effort to enable better software with less effort.

KEYWORDS

bib

notes

관련메타