Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

the Raku language

Name: Anonymous 2020-04-27 8:06

It has a cute butterfly mascot. Use it pls.

Name: Anonymous 2020-04-27 8:37

Looks like fun.

Though my rational brain signals me it's a waste of time and it is right. The world doesn't need another slow scripting language. Everyone is porting their python to golang and jvm langs.

Name: Anonymous 2020-04-27 10:07

Butterfly kiss my anus

Name: Anonymous 2020-04-27 19:51

>>2
I guess everybody's thinking like you.

Name: Anonymous 2020-04-28 1:08

perl > raku

Name: Perl Coder 2020-04-28 13:49

>>5
perl > raku

http://ai.neocities.org/MPPJ2020.html -- mind.py programming journal

Name: Anonymous 2020-04-28 19:19

>>5
perl > raku
Raku 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.

Quicksort:
multi quicksort([]) { () }

multi quicksort([$pivot, *@rest]) {
my @before = @rest.grep(* before $pivot);
my @after = @rest.grep(* after $pivot);
flat (quicksort(@before), $pivot, quicksort(@after))
}

Name: Anonymous 2020-04-28 19:20

and truncate my anus

Name: Anonymous 2020-04-29 20:20

I wanna fuck a butterfly, any tips?

Name: Anonymous 2020-04-29 22:59

>>9
From your question it doesn't sound like your equipment is big enough to be able to please a butterfly.

Name: Anonymous 2020-04-29 23:11

>>10
please a butterfly
But my concern is only with my own pleasure, and I am certainly not a butterfly!

Don't change these.
Name: Email:
Entire Thread Thread List