jagomart
digital resources
picture1_Rust Programming Language Pdf 191520 | Programming In Rust


 175x       Filetype PDF       File size 0.92 MB       Source: www.red-bean.com


File: Rust Programming Language Pdf 191520 | Programming In Rust
programming in rust jim blandy mozilla jimblandy portland 2015 slides are as presented followup discussion xes etc on reddit http goo gl thj2pw 2 the set of rust enthusiasts certainly ...

icon picture PDF Filetype PDF | Posted on 04 Feb 2023 | 2 years ago
Partial capture of text on file.
       Programming In Rust
          Jim Blandy, Mozilla
       @jimblandy / Portland, 2015
    (Slides are as presented; followup discussion,
     fixes, etc. on Reddit: http://goo.gl/THJ2pW)
                                             2
       The set of Rust enthusiasts certainly seems to include everyone with a
       Hacker News account.
       —David Keeler
   “
                                                 3
       What's the point?
       Rust is a systems programming language:
      •  Language constructs have predictable performance.
      •  Values have predictable memory consumption.
      •  The language has "escape hatches" providing low-level control.
       Well... sufficiently predictable.
                                                 4
       What's the point?
       There is no GC
       A language that requires a GC is a language that opts into a larger, more
       complex runtime than Rust cares for. Rust is usable on bare metal with no
   “
       extra runtime. Additionally, garbage collection is frequently a source of non-
       deterministic behavior. Rust provides the tools to make using a GC possible
       …
       —Rust Design FAQ
The words contained in this file might help you see if this file matches what you are looking for:

...Programming in rust jim blandy mozilla jimblandy portland slides are as presented followup discussion xes etc on reddit http goo gl thjpw the set of enthusiasts certainly seems to include everyone with a hacker news account david keeler what s point is systems language constructs have predictable performance values memory consumption has escape hatches providing low level control well sufciently there no gc that requires opts into larger more complex runtime than cares for usable bare metal extra additionally garbage collection frequently source non deterministic behavior provides tools make using possible design faq...

no reviews yet
Please Login to review.