Live data from Hacker News

Viewing profile — bdmatatu

bdmatatu

HN member
Joined
Fri, Dec 01, 2017, 6:39 PM UTC
HN karma
18
Public activity
6 items

About bdmatatu

No profile information was provided.

Recent public activity

  1. comment
    Comment #41993797

    > It’s not like programming languages support representing 61-second minutes anyway Raku supports leap seconds. see https://docs.raku.org/type/Instant

  2. comment
    Comment #24661044

    I also like how Raku has extended this with the Q operator, allowing one to specify what should be interpolated (scalars, escape sequences, closures, etc) also with arbitrary delim…

  3. story
  4. story
  5. story
  6. comment
    Comment #15826157

    In the example, the effects of "use Jolly" are restricted to the enclosing scope, e.g. use lib ; { use Jolly; # inner scope } # TODO: this does not throw an error