Live data from Hacker News

Viewing profile — lang

lang

HN member
Joined
Thu, Dec 15, 2011, 4:12 PM UTC
HN karma
9
Public activity
8 items

About lang

No profile information was provided.

Recent public activity

  1. comment
    Comment #3367726

    Hm, now I guess you better just delete your article. 1.410 IS 1.41, isn't it. Or am I missing something.

  2. comment
    Comment #3367714

    I wasn't aware of this. This looks like a bad design choice indeed. I hate when libraries convert stuff implicitly for you. html5's localStorage has a similar problem. Only, it con…

  3. comment
    Comment #3365257

    Doesn't seem to work on ipad

  4. comment
    Comment #3362478

    I don't understand this fixation on js either. Even more, i don't understand the fixation on html, css and all so called web technologies. Common, web was never designed for the so…

  5. story
  6. comment
    Comment #3360410

    I find metaclasses philosophically unsound. If one introduces metaclasses, what about meta-metaclasses, meta-meta-metaclasses. In this regard Self's prototypical oop seems more coh…

  7. comment
    Comment #3360403

    If I'm not mistaken the authors of Smalltalk realized that metaclasses were a mistake long before they appeared in Python. Yet they were added to Python anyway.

  8. comment
    Comment #3359961

    php is not unique in having big memory footprint. AFAIC Python and Ruby are also memory hogs. An interesting question is how memory efficient a dynamic PL can be. Given that in mod…