Functioning within parameters
Mostly working on the Raku Programming Language.
-
WenZPerl B.V.
- Echt, NL
- @liztormato
Block or Report
Block or report lizmat
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,020 contributions in the last year
Contribution activity
June 2022
Created 145 commits in 21 repositories
Created 8 repositories
- lizmat/CLI-Ecosystem Raku
- lizmat/CLI-Version Raku
- lizmat/App-Rak Raku
- lizmat/Files-Containing Raku
- lizmat/hyperize Raku
- lizmat/Lines-Containing Raku
- lizmat/CWT-Repository-Hash Raku
- lizmat/Trap Raku
Created a pull request in rakudo/rakudo that received 7 comments
Make coercions up to 1.6x as fast
calling method named after type, e.g. Int() -> .Int: 1.6x as fast calling .COERCE: 4% faster calling .new: 3% faster This has been achieved by br…
+115
−87
•
7
comments
Opened 11 other pull requests in 5 repositories
rakudo/rakudo
5
open
2
merged
- Add sub version of .head / .skip / .tail
- Make Array.List with holes respected .default
- Add native candidates for sub substr, making it 2.8x as fast
- Make Iterable.hyper|race take Any as a default
- Make unsuccessful connect fail rather than die
- Consuming class must provide implementation of stubs
- Revert relaxation of positional bind failover binding
Raku/problem-solving
1
open
MoarVM/MoarVM
1
merged
finanalyst/CWT-Repository-Hash
1
open
Raku/roast
1
merged
Reviewed 5 pull requests in 3 repositories
rakudo/rakudo
3 pull requests
raku-community-modules/Test-Output
1 pull request
Raku/roast
1 pull request
Created an issue in rakudo/rakudo that received 2 comments
Segfault on class doing both Positional as well as Sequence
class A does Positional does Sequence { has $.a = 42.Int; method iterator { } }.new segfaults since 83ea647 (see also #4947). Expected Behavior Thi…
2
comments