# Vale 프로그래밍 언어

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6786](https://news.hada.io/topic?id=6786)
- GeekNews Markdown: [https://news.hada.io/topic/6786.md](https://news.hada.io/topic/6786.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-06-19T10:02:14+09:00
- Updated: 2022-06-19T10:02:14+09:00
- Original source: [vale.dev](https://vale.dev/)
- Points: 5
- Comments: 1

## Topic Body

- 빠르고, 안전하고, 쉬운 언어   
- AOT 컴파일, 정적 타입  
- Generational Reference 기반 메모리 관리로 레퍼런스 카운팅보다 2.3x 빠르고 안전  
- 프로그램의 메모리를 Region 단위로 분할 : Main, Read-only, Mutexed..  
- Region 격리, Fearless FFI, Higher RAII   
```  
exported func main() {  
  a str = "world!";  
  println("Hello " + a);  
}  
```

## Comments



### Comment 10668

- Author: jjpark78
- Created: 2022-06-20T17:03:12+09:00
- Points: 1

제 느낌은 그저 또다른 러스트네요
