9P by xguru 2020-09-18 | favorite | 댓글 2개

자바에 익숙한 개발자 대상 Rust언어의 주요부분 설명
- 문법 : 객체와 구조체, 반복문, Match
- GC없는 객체의 삶과 죽음
- 소유권 : Reference 와 Mutability
- Trait 와 Implementation
- Generics
- 클로저와 함수형 프로그래밍
- 에러처리
- 동시성

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

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