# History of programming languages > 프로그래밍 언어의 역사 <프로그래밍 언어>의 [역사](https://wiki.g15e.com/pages/History.txt) ## Memo - 표준 라이브러리: , 등 초기 언어들은 표준 함수의 이름들이 예약어(keywords)였고 언어 구현과 표준 라이브러리를 구분하지 않았다. 현대의 언어들이 대부분 표준 라이브러리를 별도로 분리하는 점, [언어 명세](https://wiki.g15e.com/pages/Language%20specification.txt)가 표준 라이브러리에 의존하지 않거나 적게 의존하게 하려고 노력하는 점과 비교된다. - [서브루틴](https://wiki.g15e.com/pages/Subroutine.txt) - [정적 프로그램과 동적 프로세스](https://wiki.g15e.com/pages/Static%20program%20and%20dynamic%20process.txt)