Live data from Hacker News

Viewing profile — mattjones

mattjones

HN member
Joined
Mon, Apr 23, 2007, 4:24 PM UTC
HN karma
53
Public activity
20 items

About mattjones

No profile information was provided.

Recent public activity

  1. comment
    Comment #531877

    That is a great demonstration that Scheme's problems are not Lisp problems. I'm hoping that we're about to see a lot more experimentation with new Lisp dialects.

  2. comment
    Comment #531869

    From the point of view of a person at an instant in time, libraries are a concern. But when we're talking about Scheme being displaced by Python at MIT, where Scheme was developed …

  3. comment
    Comment #531079

    Libraries aren't the issue. I use Chicken Scheme for a few things, which has plenty of libraries and a fantastic package system called eggs. Sure, other languages like Perl and Pyt…

  4. comment
    Comment #282140

    I don't think "self-aware" is the right way to summarize the results of these tests. One thing that this article doesn't say is that the mirror test is geared toward animals with g…

  5. comment
    Comment #248057

    How different my experience has been. I'm an avid drawer and programmer. I don't know how similar the mental processes of drawing and programming are. But what I do know is that th…

  6. comment
    Comment #197124

    I am using Sequel.

  7. comment
    Comment #195881

    with Ruby, you only have one choice. I disagree vehemently. I myself have started using Ramaze, and like it better than Rails. In any case, it's more important to me to know Ruby w…

  8. comment
    Comment #154299

    I don't know the specific reasons why CL and Scheme are not very popular for those things; my general answer is that they're adapted to other things (like classrooms and smart stud…

  9. comment
    Comment #154049

    Actually, it might be more accurate to think of programming languages as genes rather than animals, or at least, to include programmers as an important part of the phenotype. A com…

  10. comment
    Comment #153939

    "Unpopular" needs to be further qualified. Rather than ask, "Why is Lisp unpopular?", ask, "Why is Lisp unpopular for X?". Lisp is actually reasonably popular for some things, and …

  11. comment
    Comment #139878

    Interesting question. Perhaps we will witness a renewed proliferation of domesticated animals in this millennium, a sort of "domestication 2.0". Robotics may actually help inspire …

  12. comment
    Comment #139151

    This excites me. If they become common, people are going to spend a lot of time exploring the world -- an antidote to sitting behind your laptop all day. These things would make gr…

  13. comment
    Comment #126315

    Hungarian notation, perhaps.

  14. comment
    Comment #123363

    To some degree, using open classes is just how you write functions in Ruby. Say there exists a class called Errors in some Ruby library. It doesn't have an each() method, but I'd l…

  15. comment
    Comment #123277

    I don't think the problem is developers being afraid of SQL. There are still lots of Perl and PHP programmers who don't use ORMs. Instead, ORMs have been sold on the idea of databa…

  16. comment
    Comment #123190

    Constructing queries actually isn't one of the things ORMs do very well, so far. What they do well is provide a layer of logic for things like validation, triggers, and security. W…

  17. comment
    Comment #120383

    Here's a possibility: I've noticed that the more time I spend here, the less tolerance I have for other sites. So while I spend more time here than I used to, I spend much less tim…

  18. comment
    Comment #113937

    As a primary interface for blogging, perhaps not. But using irb and your ORM as an admin interface to your database? Absolutely.

  19. comment
    Comment #113929

    And it doesn't matter anyway. He's talking about adding records to the DB and uploading images, the same things you'd do through a web interface.

  20. comment
    Comment #22750

    There's a place in the comments of the last article in this series where a guy called Tony says, "I have one word: Scheme." And chromatic replies, "I wonder if a language that stic…