# 1.4 타입스크립트의 역사

마지막으로 타입스크립트의 간략한 역사를 살펴보자. 타입스크립트는 [Turbo Pascal](https://en.wikipedia.org/wiki/Turbo_Pascal), [Delphi](https://en.wikipedia.org/wiki/Delphi_\(IDE\)), 그리고 [C#](https://en.wikipedia.org/wiki/C_Sharp_\(programming_language\))의 핵심 개발자인 Microsoft 직원 Anders Hejlsberg의 리드 하에 개발되었고, 2년간의 내부 개발을 거쳐 2012년 10월 1일 공개되었다. 공개 당시의 비디오는 지금도 [웹에서 확인할 수 있다](https://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript).

그 후, 2014년 4월 마이크로소프트의 Build 행사에서 타입스크립트의 1.0 버전이 공개되었다. 그 사이의 많은 마이너 업데이트를 거쳐 2016년 9월 22일 2.0 버전이 릴리스되었고, 2018년 1월 현재는 2.7.0 버전의 릴리스 후보(release candidate)가 공개된 상태다.

현재 타입스크립트는 약 2-3달을 기준으로 마이너 버전이 업데이트 되고 있다. 앞으로 타입스크립트가 추구할 대략적인 목표는 깃허브 위키의 [로드맵 문서](https://github.com/Microsoft/TypeScript/wiki/Roadmap)를 통해 엿볼 수 있으나, 다함께 만들어나가는 오픈 소스 프로젝트의 특성 상 그 방향은 어느정도는 열려 있다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/history-of-typescript.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
