Live data from Hacker News

Viewing profile — muflax

muflax

HN member
Joined
Fri, Dec 24, 2010, 2:44 PM UTC
HN karma
17
Public activity
7 items

About muflax

No profile information was provided.

Recent public activity

  1. comment
    Comment #12276921

    How do you discover problems that regular people have? Especially because what most businesses actually do on a daily basis, and what annoying problems they have, is totally invisi…

  2. comment
    Comment #12065607

    Perl is explicitly postmodern. Here's Larry Wall explaining it: http://www.wall.org/~larry/pm.html

  3. comment
    Comment #11731858

    Thanks! I vaguely remembered there being some problems with that, but playing around with it, it works fine and as I'd expect. Sweet! Gotta revisit CL soon then.

  4. comment
    Comment #11715580

    How does static type checking work in CL? One of the most important use cases for static typing is safe modification of existing code, like during refactoring. So a typical example…

  5. comment
    Comment #11115198

    How does PHP have dynamic scope? It's been ages since I touched it, but if I remember right... Global is just a flat namespace. Functions have their own, separate flat namespace ea…

  6. comment
    Comment #11114557

    What languages without lexical scope are you thinking of? Aside from literally only (pre-Common and Emacs) Lisp, I can't think of any language without lexical scope (outside some c…

  7. comment
    Comment #10793654

    Which ones?