/ The Blog of Jinho Ko / Computer science / Programming / Rust

·

1 min read

Why Rust?

Example page description.

By Jinho Ko

A possible alternative for conventional systems programming languages, C/C++.

Various opinions

  • 과연 이 언어가 C.C++를 대체할 수 있을까? feat.아마존 link
  • Rust vs C++ | Which is Better and Why? link

Systems Programming

  • Rethinking Systems Programming link
  • An experimental study of memory management in Rust programming for big data processing link
  • Building a simple DB in Rust link
  • Writing a simple OS in Rust link

Features

  • 컴파일러가 약간의 메모리 위반 가능성을 감지하면, 바로 compile-time에서 컴파일을 멈춰버린다.
    • 참조당하는 객체는 참조하는 객체보다 무조건 수명이 길어야 한다. (NullPointerException 방지)
last modified June 2, 2024
comments powered by Disqus

© Copyright 2024. Jinho Ko. All rights reserved. Last updated: June 02, 2024.