Live data from Hacker News

Viewing profile — cantrelate

cantrelate

HN member
Joined
Mon, Sep 02, 2024, 6:19 PM UTC
HN karma
3
Public activity
5 items

About cantrelate

No profile information was provided.

Recent public activity

  1. comment
    Comment #42984896

    As a side note, Zephyr RTOS (hosted at the Linux Foundation) already supports writing applications in Rust https://github.com/zephyrproject-rtos/zephyr-lang-rust

  2. comment
    Comment #41567713

    Looks like we will get that borrow checker after all :) "The affine type system makes it easier to relocate objects without breaking type safety. Pattern matching, which is safe an…

  3. comment
    Comment #41455592

    > So what happens if you just try to work with what you have? Then you basically end up where existing static analysis tools are - they can catch some lifetime/ownership errors, bu…

  4. comment
    Comment #41455560

    > To me it seems like the goal was to be a C++ alternative, not C. That's probably the reason. > I think somewhere inside Rust there is a hidden simpler language, with only a tiny …

  5. comment
    Comment #41427629

    Forget all this drama, I wonder if we can have a Borrow Checker, like the one Rust has, implemented on top of C as an optional feature? And since it's just a compile-time thing, it…