NEWS

    [Book] Rust for Rustaceans

    러스트 관련 스트리밍 방송으로 유명한 Jon Gjengset가 책을 출간했다. 분량은 많지 않은 책인데 The Book을 읽고 어느 정도 러스트 프로그래밍을 해본 개발자들에게 유용한 내용을 담고 있다. https://nostarch.com/rust-rustaceans Rust for Rustaceans Rust for Rustaceans is the next step on your way to professional-level programming in Rust. nostarch.com

    A half-hour to learn Rust

    fasterthanli 블로그에 좋은 글들이 참 많다. 그 중에서도 RUST 입문 관련 글들을 기록 한다. fasterthanli.me/articles/i-am-a-java-csharp-c-or-cplusplus-dev-time-to-do-some-rust I am a Java, C#, C or C++ developer, time to do some Rust - fasterthanli.me As I've said before, I'm working on a book about lifetimes. Or maybe it's just a long series - I haven't decided the specifics yet. Like every one of my series/book things, it's...

    Linus Torvalds on where Rust will fit into Linux

    확실히 리눅스에 RUST가 녹아들고 있다. 커널에서 그나마 독립적인 드라이버 부터 차근히 진행 될 것이다. 시스템 패키지들도 재개발이 이뤄지고 있는 것도 새롭다. 내 생각에는 오픈소스 쪽 보다는 아마존, 마이크로소프트 등과 같은 회사에서 RUST를 더 적극적으로 미는 것 같다. 당연하게도 메모리 버그를 잡기 위한 방법으로 가장 현명한 방법이기 때문이 아닐까 싶다. 국내 회사에서는 얼마나 RUST를 관심가지고 있을지 궁금하다. www.zdnet.com/article/linus-torvalds-on-where-rust-will-fit-into-linux/ Linus Torvalds on where Rust will fit into Linux | ZDNet Slowly but surely the Rust la..