Live data from Hacker News

Viewing profile — jhylton

jhylton

HN member
Joined
Wed, Aug 07, 2024, 10:30 PM UTC
HN karma
8
Public activity
2 items

About jhylton

Python, Google search, Shakespeare, etc.

Recent public activity

  1. comment
    Comment #41333123

    No worries. I was working at PythonLabs at the time, so I guess you could say that adding Easter eggs to Python was part of my day job.

  2. comment
    Comment #41186394

    You could create a custom C type that wrapped an arbitrary AST node and dynamically created values for attributes when you accessed them. The values would also be wrappers around t…