Live data from Hacker News

Viewing profile — pansa

pansa

HN member
Joined
Tue, Jan 07, 2020, 1:34 PM UTC
HN karma
39
Public activity
13 items

About pansa

No profile information was provided.

Recent public activity

  1. comment
    Comment #22138656

    Julia is built around multiple dispatch - when making a call, the method to execute is chosen based on the run-time types of all of the arguments. Once this choice has been made, J…

  2. comment
    Comment #22104355

    I was sure your link to a British comedian was going to be: https://en.wikipedia.org/wiki/Tommy_Cooper

  3. comment
    Comment #22092779

    Doesn’t Python’s `import` evaluate code in the same way as Ruby’s `require`?

  4. comment
    Comment #22009083

    There is some convention in Python - for example `reverse` and `sort` are mutating, whereas `reversed` and `sorted` are not. However, I don’t know if there is a good reason why the…

  5. comment
    Comment #22000930

    [deleted]

  6. comment
    Comment #22000697

    Wouldn’t reddish organic matter just be “red meat”? Or do you consider, for example, lamb to be a type of beef?

  7. comment
    Comment #22000621

    > Genuinely curious, what makes Python look more like pseudocode? The use of colons? I used to think it was significant indentation, but if you look at the pseudocode on e.g. Wikip…

  8. comment
    Comment #22000570

    > I am sure method_missing could be implemented in python using various tricks but nobody, afaik, is doing that. You could probably implement method_missing in Python using either …

  9. comment
    Comment #22000468

    IIRC Guido himself is planning on adding a `match` statement to Python.

  10. comment
    Comment #22000432

    > how would you showcase an experimental feature to the community? How do other languages do it? Python has the PEP process for discussing design on paper, but I don’t know how the…

  11. comment
    Comment #22000347

    > I’ll never understand how Python became the more widely appreciated language IMO syntax is a major factor. Python looks like pseudocode, while Ruby looks like Perl.

  12. comment
    Comment #21981278

    Did tech “barely exist” when Zuckerberg started Facebook in 2004?

  13. comment
    Comment #21979899

    > A guy who [...] wants to be known as the creator of something. I have this problem. I’m frequently distracted from doing what I want to do by ideas for things that I want to have…