Rand Stats

Spit

github:spitsh

0.0.31

0.0.30

0.0.29

0.0.28

# e.g two at a time iteration
my @a = <one two three four>;
loop (my $i = 0; $i < @a; $i += 2) {
    say @a[$i], @a[$i+1];
}
sub foo($a, $b, *@c) {
    say "$a, $b, @c";
}

0.0.27

0.0.26

Many bug fixes and new features but not much new documentation.

0.0.25

augment List[Int] {
    method +sum { $self.${ awk '{ i += $0 } END { printf i }' } }
}
...
say <1 2 3 4>.sum #->10, only works on List[Int].

0.0.24

No docs for the above because it's all WIP

0.0.23

0.0.22

0.0.21

0.0.20

0.0.19

0.0.18

0.0.17

0.0.16

0.0.15

0.0.14

0.0.13

constant $foo = on {
    Debian { 'debian' }
    RHEL   { 'redhat'  }
};

0.0.12

0.0.11

0.0.10

0.0.9

0.0.8

0.0.7

0.0.6