Live data from Hacker News

Viewing profile — 2colours

2colours

HN member
Joined
Mon, Jul 10, 2023, 11:43 AM UTC
HN karma
9
Public activity
28 items

About 2colours

No profile information was provided.

Recent public activity

  1. comment
    Comment #48020004

    I think the question still deserves a proper answer.

  2. comment
    Comment #47518471

    This is indeed not at all about his code. I don't care what he thinks of vaccines and COVID - I just as much don't care what Linus Torvalds thinks about these things. They are damn…

  3. comment
    Comment #47409203

    I got permanently banned from the Raku community rather silently. What happened, what is the common history, and honestly, what is the path forward for those who stay. This post is…

  4. story
  5. comment
    Comment #46475401

    It's a bit ironic that now we went down the static rabbit hole so much that we don't realize it's more the opposite: by adding more to your language and compiler to enforce static …

  6. comment
    Comment #40280272

    I wonder where you got that impression from. For me as well, it's rather the overboard lecturing response that seemed like an invocation of "Trevors axiom". By the way, what even d…

  7. comment
    Comment #38112673

    Some diversity doesn't hurt, though. On my keyboard, it's actually easier to type than the backslash for starters.

  8. comment
    Comment #38112537

    Maybe a fast way but is it a fair or even helpful way, if you recognize that it "quickly became a bad name for the project"?

  9. comment
    Comment #37382910

    So following your logic, "some of the worst" includes the vast majority of actually used languages and tools. Must be cool to be on the special side. :)

  10. comment
    Comment #37382864

    Taking a look at the bigger picture, it does indeed seem like the Perl philosophy lost to the Python philosophy overall. Looking at the hip n cool languages, not just Python for sc…

  11. comment
    Comment #37080820

    The problem isn't whether the conclusions you draw are favorable or not, it's that they are not legitimate. It's getting tiresome that I have to repeat it: I'm not at all arguing e…

  12. comment
    Comment #37075419

    > Lists are given to the reader in angle brackets and printed in parentheses, or at least that's how it looks. I suppose the other possibility is that these are actually different …

  13. comment
    Comment #37062646

    > The apparent variance between list syntax accepted by the reader and emitted by the printer Could you provide an actual example for this? I suspect this is a simple misunderstand…

  14. comment
    Comment #37060504

    It would be invaluable feedback if you could point out what you find so bizarre? I mean, the "let's define some ad-hoc postcircumfix operator" is a weird flex for sure but otherwis…

  15. comment
    Comment #37060490

    I don't know, this is "second-hand intel" for me, pretty sure I read it in a very old article from someone of the likes of Carl Mäsak, Moritz Lenz or another early-day Rakudo contr…

  16. comment
    Comment #37060436

    Jonathan Worthington has been much going on and off in the recent years. He still had one big optimization project that got completed in 2021 - the new dispatch mechanism - but I d…

  17. comment
    Comment #37056274

    From what I heard, it half inspired Moose actually.

  18. comment
    Comment #37056263

    Have to agree with this one, and also, there is something that I think is easy to forget until you actually face code that has been worked on by dozens of people of completely rand…

  19. comment
    Comment #37056204

    Yes, and those claims might have even been real (also, Perl still lags behind on Unicode stuff, or so I heard?)... the thing we like much less to talk about is that there just need…

  20. comment
    Comment #37056122

    I guess that all depends on what you consider bizarre parts. You of all people must have your own weird reason to say this out of the blue, though.

  21. comment
    Comment #37056056

    The difficulty of reading Perl is probably overclaimed and overrepresented. Let's not forget that we are comparing a pretty darn low-level language to a fairly high-level one. And …

  22. comment
    Comment #37048300

    You probably know it well but let me elaborate a bit more "for the sake of the audience": - the left handside is evaluated into a value (let's symbolize this value with $lhs) - thi…

  23. comment
    Comment #36968720

    Oh yes, Bruce Gray was a major influence for me as well a couple of years ago. He often participates in the "Raku Study Group" meetings as well - these are very broad and informal …

  24. comment
    Comment #36679075

    Well I'm saying that "you just didn't bother to learn it, duh" is not an equally valid argument for different languages; it's much less valid for Perl than it would be for Python. …

  25. comment
    Comment #36667755

    Just imagine writing bash incorporating a sed script for something you can do with 20 keystrokes, then migrating the sed part to awk until it reaches 20 lines, then rewrite the who…