Viewing profile — bdmatatu
bdmatatu
HN member- Joined
- Fri, Dec 01, 2017, 6:39 PM UTC
- HN karma
- 18
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About bdmatatu
No profile information was provided.
Recent public activity
-
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
-
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…
- story
- story
- story
-
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