Best of RustJuly 2023

  1. 1
    Article
    Avatar of hnHacker News·3y

    I have written a JVM in Rust

    I have written a JVM in Rust. I want to stress that this is a toy JVM, built for learning purposes and not a serious implementation. In this post, I will give you an overview of how my JVM works. In further articles, I'll go into more detail about some of the aspects discussed here.

  2. 2
    Article
    Avatar of vercelVercel·3y

    How Turborepo is porting from Go to Rust – Vercel

    How Turborepo is porting from Go to Rust - Vercel Engineering Friday, July 21st 2023. Our strategy for making updates and maintaining stability while we migrate languages is in full swing. The goal for the chunk of code being moved is to keep the behavior exactly the same as before it was ported.

  3. 3
    Article
    Avatar of svelteSvelte Blog·3y

    What's new in Svelte: August 2023

    There's been a bunch of minor bugfixes since the Svelte 4.0 release. The server method is now available in API routes (1.22.0, Docs, #9753) - Responses with headers are now cached, too.

  4. 4
    Article
    Avatar of lambdatestLambdaTest·3y

    A Guide To Download Selenium and Set It Up On Multiple IDEs

    A Guide To Download Selenium and Set It Up on Multiple IDEs - LambdaTest A Guide to Download and Set it Up on multiple IDEs. Selenium is an automation framework for web-based application testing which enterprises and small-scale organizations use to automate web browsers on various platforms and operating systems.

  5. 5
    Article
    Avatar of earthlyEarthly·3y

    Rust Lifetimes: A Complete Guide to Ownership and Borrowing

    Rust Lifetimes: A Complete Guide to Ownership and Borrowing. We’re Earthly.dev. We make building software simpler and, therefore, faster – like Dockerfile and Makefile had a baby. Rust is a programming language that uses ownership and borrowing to address memory management issues while prioritizing both performance and memory safety.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Ten Years of “Go: The Good, the Bad, and the Meh”

    Ten years ago, I wrote Go: The Good, the Bad, and the Meh. I wrote it with three sections for what I thought was “good”, “bad” and “meh” about Go at that time. The biggest change to the language in the last ten years has obviously been the addition of generics.