# 자바 개발자를 위한 Rust

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2865](https://news.hada.io/topic?id=2865)
- GeekNews Markdown: [https://news.hada.io/topic/2865.md](https://news.hada.io/topic/2865.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-18T09:35:18+09:00
- Updated: 2020-09-18T09:35:18+09:00
- Original source: [blog.codecentric.de](https://blog.codecentric.de/en/2020/09/rust-for-java-developers/)
- Points: 9
- Comments: 2

## Topic Body

자바에 익숙한 개발자 대상 Rust언어의 주요부분 설명

- 문법 : 객체와 구조체, 반복문, Match

- GC없는 객체의 삶과 죽음

- 소유권 : Reference 와 Mutability

- Trait 와 Implementation

- Generics

- 클로저와 함수형 프로그래밍

- 에러처리

- 동시성

## Comments



### Comment 2914

- Author: xguru
- Created: 2020-09-18T09:35:51+09:00
- Points: 2

Rust는 정말로 타 언어 개발자를 위한 가이드가 많이 나오는 언어인듯

Rust 프로그래밍 언어 [한국어판] https://news.hada.io/topic?id=1152

Node 개발자를 위한 Rust 가이드 https://news.hada.io/topic?id=2338

Python을 Rust로 변환하며 Rust배우기 https://news.hada.io/topic?id=2563

30분만에 Rust 배우기 https://news.hada.io/topic?id=1620

Tour of Rust - 단계별로 배우는 Rust 가이드 https://news.hada.io/topic?id=2439

### Comment 2927

- Author: ffdd270
- Created: 2020-09-18T18:41:37+09:00
- Points: 1
- Parent comment: 2914
- Depth: 1

열정 넘치고 헌신적인 커뮤니티 덕분에, Rust를 잊을만 하면 상기하게 되더라고요.
