Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 30, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/0f0ae62506e02599b6ca4f88336ab3c7 to your computer and use it in GitHub Desktop.
Save Whateverable/0f0ae62506e02599b6ca4f88336ab3c7 to your computer and use it in GitHub Desktop.
quotable6
^ ‘all:’
all: say 2.5 lcm 5
all: say ‘hello’ ~~ /<ws>/
all: say 'hello' ~~ /<ws>/
all: my @args = 1, 2, 3; True ?? { print $_ for @args } !! (print "132");
all: my $s = Supplier.new; my $tap = $s.Supply.tap(-> $v { say "the value is $v" }, done => { say "Supply is done" }, done => { say "Tap done" }, quit => -> $ex { say "Supply finished with error $ex" }, ); $tap.close
all: note that we don't require CLAs for commitbits to the star repo
all: feel free to update the 2012.07 star announcement with stuff
all: i'm trying to add ilbot for a local irc server
all: i've come so far that I can see the 'Index of IRC logs' welcome
all: but ilbot does not join the specified channel, nor logs it
all: o/
all: if cases of (tested > spec) arise, please let me know, I'm keen to get test_summary.pl as accurate and useful as possible.
all: Setting.dll
all: doesn't perl6 -I<path> work for including module paths?
all: ^^ I am not making this up.
all: I *highly* recommend watching this. http://ecn.channel9.msdn.com/o9/ch9/2/7/8/5/0/5/IE9JSEngineEarlyLook_ch9.mp4 *very* interesting/exciting.
all: hi
all: is .sort able to ignore case? how?
all: I have booked a room at the Anker with 2 single beds (marginal extra cost), in case someone would like to share
all: what say you on the prospect of holding a fundraiser? PM me if you're interested in the least.
all: I don't mean to seam all needy with these questions. It is just that in the "programming culture" I grew up in, messing around with another programmers code (uninvited) was just not done, unless it had to be fixed "now!". And if you messed around just to make "style" changes... omg.
all: btw, I was trying to figure out how to create a reference to a non-existant scalar. Does anyone know how to do that?
all: thanks
all: join gobby sike.forum2.org
all: gaal's passwd is not "secret" ;-)
all: would you suggest a cool name for 'iterator_engine'?
all: okay, I'm assuming `slurp "unknown_file"` should fail, not blindly return undef.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment