Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/static_typing (#16350)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/static_typing
  • Loading branch information
IMHOJEONG authored Oct 8, 2023
1 parent 58c42b8 commit 89e20c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions files/ko/glossary/static_typing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: 정적 타이핑 (Static typing)
slug: Glossary/Static_typing
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**정적 타입(statically-typed)** 언어는 컴파일 시간에 변수 타입이 알려진 언어(Java, C, or C++ 등) 입니다. 대부분의 언어에서는 프로그래머가 타입을 명시적으로 표시해야 합니다. (OCaml와 같이) 다른 경우에는, 타입 추론을 통해 프로그래머가 변수 타입을 표시하지 않을 수 있습니다.

## 같이 보기

- 위키백과의 [타입 시스템](https://en.wikipedia.org/wiki/Type_system)

0 comments on commit 89e20c9

Please sign in to comment.