# V 언어 0.2 릴리즈

> Clean Markdown view of GeekNews topic #3460. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3460](https://news.hada.io/topic?id=3460)
- GeekNews Markdown: [https://news.hada.io/topic/3460.md](https://news.hada.io/topic/3460.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-24T09:36:24+09:00
- Updated: 2020-12-24T09:36:24+09:00
- Original source: [github.com](https://github.com/vlang/v/discussions/7474)
- Points: 7
- Comments: 2

## Topic Body

첫번째 메이저 릴리즈. 안정성과 메모리관리에 중점

- 컴파일시 -autofree 로 leak 없는 메모리 관리 지원

- 쓰레드 세이프 타입 어레이

- 웹소켓 모듈, IO 스트림

- Metal/DirectX/OpenSL 지원

- Go와 비슷한 네트워킹 모듈

- V-WASM 추가

## Comments



### Comment 4009

- Author: godrm
- Created: 2020-12-24T09:40:30+09:00
- Points: 1

이게 발전하고 있다니... 신기하네요 ㅎㅎ

### Comment 4008

- Author: xguru
- Created: 2020-12-24T09:36:28+09:00
- Points: 1

V 프로그래밍 언어 https://news.hada.io/topic?id=781

예전에 이슈가 좀 되었긴 한데..

340명이 넘는 컨트리뷰터, 7600개의 커밋, 4110개의 PR로 나름 잘 개발중인 것 같네요.

V 언어의 주요 특징

- 한시간내에 배울수 있는 간단한 언어

- 빠른 컴파일

- C와 같은 성능 (V의 메인 백엔드가 C로 컴파일 됨)

- 안전함 : null, global 이 없고, 기본으로 immutable

- C 언어를 V로 변환 가능

- 핫 코드 리로딩

- 크로스 플랫폼 UI 라이브러리 : 윈도우/맥/리눅스. 그리고 곧 안드로이드/iOS 및 WASM을 이용한 웹도 지원 예정

- 그래픽 라이브러리, ORM, 웹프레임워크 내장

- REPL 제공
