Live data from Hacker News

Viewing profile — bennettpompi1

bennettpompi1

HN member
Joined
Tue, Dec 16, 2025, 3:11 PM UTC
HN karma
8
Public activity
4 items

About bennettpompi1

No profile information was provided.

Recent public activity

  1. comment
    Comment #48836893

    I may be missing something, but your example doesn't typecheck? class Animal { } class Dog extends Animal{ bark(){return 1} } class Cat extends Animal{ bark(){return 1} } const dog…

  2. comment
    Comment #48124030

    fun project!

  3. comment
    Comment #47416015

    this is cool! i'd recommend fleshing out the README. Clicked on the link before the discussion and was a tad confused.

  4. comment
    Comment #47185265

    I really enjoyed reading this article however I can't help but feeling that if you need anything described within it probably shouldn't be writing JS in the first place