Hopp til hovedinnhold

Isak Singh

    4 innlegg

    A better `ls` in 100 lines of Rust

    Utvikling, Hverdagshacks, Rust
    Artikkel (9 min)
    Fra Isak Singh

    Don't you just hate how boring ls is? I mean, it just spits out the names of files and folders on a line, one after the other. Come on, it's not 1987 anymore. Let's try to make our own version, using Rust! Don't know any Rust? Go ahead and read last year's Introduction to Rust first! 🦀 I'll be waiting 🥱

    Introduction to Rust

    Funksjonell, Utvikling
    Artikkel (19 min)
    Fra Sivert Johansen, Isak Singh

    Why has Rust been voted the most beloved programming language – seven years in a row, ever since it got released? What’s the hype about? Read along to get a glimpse of Rust, without having to read boring documentation. We’ll introduce Rust, bit-by-bit, by writing a simple CLI program that parses a list of HTTP requests and executes them.

    Dependent types and Idris

    Funksjonell
    Artikkel (9 min)
    Fra Isak Singh

    Letting functions in

    Elm
    Artikkel (3 min)
    Fra Isak Singh