Name: Anonymous 2020-04-27 8:06
It has a cute butterfly mascot. Use it pls.
perl > rakuRaku supports object-oriented programming, functional programming, aspect-oriented programming, array programming, and procedural programming. It has Lisp-like macros. And a colorful smiling butterfly will make you happier than a sad camel.
multi quicksort([]) { () }
multi quicksort([$pivot, *@rest]) {
my @before = @rest.grep(* before $pivot);
my @after = @rest.grep(* after $pivot);
flat (quicksort(@before), $pivot, quicksort(@after))
}
please a butterflyBut my concern is only with my own pleasure, and I am certainly not a butterfly!