Live data from Hacker News

Viewing profile — mwindow

mwindow

HN member
Joined
Mon, May 04, 2020, 6:07 AM UTC
HN karma
11
Public activity
6 items

About mwindow

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #23249746

    I agree. The only advantage I can think of is smaller hello world programs. And that seems to be important from a marketing perspective: people new to the language won't perceive i…

  3. comment
    Comment #23249560

    I don't understand why the parent post of yours is getting this much downvotes. What's wrong with using a GC'ed language when performance requirements are permissive?

  4. comment
    Comment #23232548

    I disagree. Rust still requires thinking about low-level details like lifetimes, aliasing, whether/when to use `Box` or `Rc` etc., Even when these are not explicitly spelled-out so…

  5. comment
    Comment #23212059

    Have you heard of the Nu game engine[1]? It is a FRP-based game engine for F#. [1] https://github.com/bryanedds/Nu

  6. comment
    Comment #23211679

    Not sure what the article indents to show, those "surprises" are the expected behaviour of `append` on slices.