Live data from Hacker News

Viewing profile — exitcode0000

exitcode0000

HN member
Joined
Tue, Jan 28, 2025, 3:07 AM UTC
HN karma
3
Public activity
4 items

About exitcode0000

No profile information was provided.

Recent public activity

  1. comment
    Comment #46905472

    Cool article, interesting to read about their challenges. I've tasked Claude with building an Ada83 compiler targeting LLVM IR - which has gotten pretty far. I am not using teams t…

  2. story
  3. comment
    Comment #43003395

    Ada 2022 has some amazing features too - like user defined literals. You can now create custom string types : ) https://learn.adacore.com/courses/whats-new-in-ada-2022/chap...

  4. comment
    Comment #42848514

    Of course C easily allows you to directly write SIMD routines via intrinsic instructions or inline assembly: ``` generic type T is private; Aligned : Bool := True; function Inverse…