Live data from Hacker News

Viewing profile — granular

granular

HN member
Joined
Sat, Apr 04, 2009, 10:36 PM UTC
HN karma
135
Public activity
41 items

About granular

No profile information was provided.

Recent public activity

  1. comment
    Comment #688902

    Thanks, gaius.

  2. comment
    Comment #688010

    > Define "best". As someone replying to the discussion topic, you may choose any interpretation of "best" that you wish. In fact, that would be preferred, as it would probably prod…

  3. comment
    Comment #688003

    I was hoping it would lead to comments such as, "$lang1's OO implementation is good, except that it's missing $feature_X and $feature_Y, which means I can't do $technique_Z", or "$…

  4. comment
    Comment #687814

    Ok. That covers the rest of this weekend anyway. :)

  5. comment
    Comment #687812

    The OP asked about what you are currently learning. Many folks may actually be required to learn it for their job, rather than for professional enrichment.

  6. story
    Ask HN: Please rank programming languages by how well they provide OOP support.

    Is Smalltalk the best? Is Perl's Moose better than Python's built-in OO? How does CLOS measure up? Where do C++ and Java land on the scale?

  7. comment
    Comment #677375

    Possibly of interest: Here's a regularly-updated plot by Georg Brandl showing the number of Python 3 packages in the PyPI: http://dev.pocoo.org/~gbrandl/py3pkgs.png

  8. comment
    Comment #662795

    The Perl folk are being very bold, IMO. With Parrot and Rakudo, they're saying that you can write code in Perl 6 and utilize libs in other languages (including the CPAN in Perl 5),…

  9. comment
    Comment #657874

    > It's sad. All of the teachers that are forced to teach to the status quo do so because money is on the line. There's more to it than just that, actually. What happens when a teac…

  10. comment
  11. comment
    Comment #656807

    > The problem isn't the time spent in school, the problem is the school itself. Actually, that's not enough detail. "School" is a complex system consisting of many parts -- all of …

  12. comment
    Comment #656784

    > learn pronunciation first, and learn the script of the new language immediately What does "script" mean in this context? What is the "script" of a language?

  13. comment
    Comment #656661

    Parrot 1.0.0 was released in March of this year. Give it time.

  14. comment
    Comment #656581

    I disagree. Python regexen are a royal pain compared to how they work in Perl. You know what would be pretty funny is if a rogue group of guerilla programmers hacked Perl style reg…

  15. comment
    Comment #656573

    There are a number of Parrot languages at various stages of development. As soon as they mature a bit, you might find people taking them pretty seriously. :)

  16. comment
    Comment #650376

    The reason I asked was because it's difficult to believe someone would be such ass when letting an employee go. Especially in the way that he seemed to psyche himself up and get an…

  17. comment
    Comment #648498

    Can anyone confirm from a different video that the boss's voice matches up?

  18. comment
    Comment #644072

    It's not a matter of gaming the system. The teacher is the system. Just about anything the kids learn (except for honors classes, where the kids will sometimes learn some things on…

  19. comment
    Comment #644057

    Not only that (parents complaining to teachers), it gets worse. Some problem parents actually go straight to the principal to complain about the teacher -- based only on what their…

  20. comment
    Comment #642748

    Yes, great teachers should be paid well. But there's another side to this coin. Teaching is a brutal job. Parents complaining about grades and/or teachers. Student behaviour worse …

  21. comment
    Comment #637325

    Edit: Ok. Just had another look at http://www.paulgraham.com/arc0.html , specifically the part about changing stuff without even keeping track of the changes. So, I rescind my sugg…

  22. comment
    Comment #636948

    I don't know much about the Shootout, but my guess is that, if someone wants Arc there, they need to go and write whatever programs the Shootout requires you to write in order to p…

  23. comment
    Comment #635152

    > > (I want to see Clojure and Arc on this.) > Well, arc's running on top of MzScheme, so it's likely to be a bit slower. I'd be interested to see how Arc fares on the code-size ax…

  24. comment
    Comment #635004

    Do you expect that the canonical Perl 6 implementation of the standard library (I guess this is whatever will come with Rakudo?) will suffer from this follow-up problem about the s…

  25. comment
    Comment #634411

    Some files (besides INSTALL and TUTORIAL) you might consider including with the distribution: * README: what it is and why * ChangeLog * LICENSE * HACKING: instructions for users w…