Live data from Hacker News

Viewing profile — kraihx

kraihx

HN member
Joined
Tue, Jun 21, 2022, 3:18 PM UTC
HN karma
18
Public activity
11 items

About kraihx

No profile information was provided.

Recent public activity

  1. comment
    Comment #41289539

    For JavaScript and Perl there is already Minion, which relies on listen/notify + FOR UPDATE SKIP LOCKED. https://github.com/mojolicious/minion.js https://github.com/mojolicious/min…

  2. comment
    Comment #37788829

    TAP is awesome when you've got big projects with tests in multiple languages. Got tests written in bash, perl and node? No problem, just combine the results with a single test runn…

  3. comment
    Comment #36826114

    Matrix is the way to go for FOSS.

  4. comment
    Comment #36297241

    They are completely separate programming languages. Go for the original to get the real Perl experience with all the good and bad.

  5. comment
    Comment #35792828

    Not to be confused with the now more than a decade old web framework for Perl, and most popular module on CPAN: https://metacpan.org/pod/Mojo Or it's port to TypeScript: https://mo…

  6. comment
    Comment #33665144

    Express middleware support is on the planned feature list for 2.0 and beyond. Could also be implemented as a 3rd party plugin using the existing hook API though. https://github.com…

  7. comment
    Comment #33664749

    Wow, that's a reference i've not seen in a long time. :) I think that Austin Powers joke has not existed anymore in the parent framework for like 8 years!

  8. comment
    Comment #33664657

    Hi, Mojolicious founder here. The "Perl grade" is meant to be a cheeky callback to Perl's famous backwards compatibility (you can run pretty much any Perl code written in the past …

  9. comment
    Comment #33664358

    That's a good point, we should probably dial down the nostalgia a bit and give it a more distinctive identity.

  10. comment
    Comment #33664238

    Being able to use features like async/await consistently has definitely opened many doors for the port and made a lot of APIs more elegant. It's also quite fun trying to make more …

  11. comment
    Comment #33656044

    Just in case you missed it, Mojolicious is also available for TypeScript now, and the developer experience is pretty close to the Perl original. ;) https://mojojs.org