Essays about: "Johannes Lundberg"

Found 1 essay containing the words Johannes Lundberg.

  1. 1. Safe Kernel Programming with Rust

    University essay from KTH/Programvaruteknik och datorsystem, SCS

    Author : Johannes Lundberg; [2018]
    Keywords : rust; kernel; safe; programming;

    Abstract : Writing bug free computer code is a challenging task in a low-level language like C. While C compilers are getting better and better at detecting possible bugs, they still have a long way to go. For application programming we have higher level languages that abstract away details in memory handling and concurrent programming. READ MORE