Live data from Hacker News

Viewing profile — throwat2341

throwat2341

HN member
Joined
Wed, Dec 20, 2023, 1:59 AM UTC
HN karma
12
Public activity
5 items

About throwat2341

No profile information was provided.

Recent public activity

  1. comment
    Comment #38746177

    > Are they optimizing for cost or speed of development? Historically I would agree. There are options now that are both easy to develop in and are blazingly fast (C#, Go, Rust, Kot…

  2. comment
    Comment #38736018

    I really think the `case throws` is brilliant. Next, lets add a `never` type to make this legal. var foo = switch (bar) { case String s -> s, case Number n -> return, };

  3. comment
    Comment #38715958

    It's too late for me. I, like Douglas Crockford, am completely done with JavaScript [1]. HTMX, LiveView, WASM, Dart, ClojureScript, Kotlin, ScalaJS, Dioxus -- There are lots of opt…

  4. comment
    Comment #38705036

    Until then there is Nix/Guix and Bazel/Buck.

  5. comment
    Comment #38704860

    C++ has major flaws that cannot be rectified without serious breaking changes. With that said, Herb has been experimenting with a new cpp frontend with sane defaults [1]. In my opi…