Perl 6 Hints @perl6hints
Small code examples, useful Perl 6 tricks, tips and interesting programming techniques. perl.postbit.com Joined January 2016-
Tweets28
-
Followers267
-
Following143
-
Likes37
PERL in a Browser?! Now it is possible to run Perl directly from the browser! No server requests. Just webperl using webassembly Try yourself: js.do/perl/ See details about this incredible project: webperl.zero-g.net #webperl
"If you have the right attitude, interesting problems will find you." (from "19 Lessons for Creating Good Software") bit.ly/2aZIXrn
Really easy to install and use #Perl6 for Windows: 1. Download and install bit.do/perl6win 2.Type "perl6" at start button 3.Have fun
#Perl6 circle equation for (-25..25)X(-25..25) ->($y,$x){ print (16² <$x²+$y² <20²)??'o'!!'.'; $x==25 && say ''; }
This #Perl6 code will display poetry! Source & explanation: github.com/rsiqueira/perl… Code excerpt: say 128514.uniname
Learn #Perl6 the easy way with perl6intro.com All in a single page. Great place to start learning.Including functional programming!
How to list and sort all unique words from a text file using #Perl6: for "myfile.txt".IO.words.unique.sort -> $word { say $word; }
#Perl6 Shortest #Mandelbrot code ever!!! 89 chars: for ^50 X ^72 ->($y,$x){my$z=!$x&&say %;$z=$z²+($x+$y*i)/25-2-i for ^9;print +($z.abs>4)}
#Perl6 to print all #primenumbers: for 0..Inf -> $n { $n.say if $n.is-prime } # Using implicit variable: for 0..Inf { .say if .is-prime }
#Perl6 #Mandelbrot for ^40 -> $y {for ^72 {my $z=0;my $i=50;while (--$i&&$z.abs<4) { $z=$z*$z+$_/36-1.5+$y\i/20-i};print $i%9||'.'};say ""}
A joke in #perl6. This sub really returns a random number. sub random { return [4] } say random(); # Magic: sub circumfix:<[ ]> (4) { rand }
Reduction Operator [+] will sum all elements of the following array. say [+] 2,3 (will display "5"). say [*] 2,3 (is 6). say [~] 2,3 (is 23)

ckc @ckevincrow
195 Followers 914 Following New Jersey landlord. If you've studied Eric Hehner's APTOP, particularly if you know of an implementation, DM me. https://t.co/BkDHOLoXEh
Paco @Francis61321480
1 Followers 26 Following
Sol501501404 @sol5015014041
122 Followers 5K Following
黄健聪 Jeff🇨�... @yjjx
82 Followers 5K Following 育人践行,不忘初心!Educational practice, not forget the beginner's mind!
Sehgeet Kaur @SehgeetK
164 Followers 527 Following GRA at GBCB Virginia Tech University Find my newsletter Bioinformatic Bites on LinkedIn
Muhammad Jahanzaib @jahanzaib4587
38 Followers 575 Following Softwear enginner by profession, Student and posses much potential to write on social and political issues
Molly @himollyofficial
693 Followers 4K Following A comprehensive solution for workplace/organizational network communication/collaboration, project management, human resources management, payroll, etc.
WebOutGateway @WebOutGateway
743 Followers 3K Following Web Outsourcing Gateway is a one-stop source of quality and affordable Web Solutions that deliver premium results for businesses across the world.
Kern Pascal @SpinKern
34 Followers 142 Following
OooooO @kogilles
12 Followers 377 Following
dystan @dystan
34 Followers 492 Following
Daniel 🇧🇷 🇳�... @antunesdanielr
83 Followers 658 Following Just another human being living this world. By the way, i'm a freelancer software developer, unix and opensource/free software enthusiast...
ito diop @ItoDiop
2 Followers 166 Following
Arthur Borisow @hasrthur
6 Followers 484 Following
kunbelle @PooPeeGuy
2 Followers 89 Following
Maurice @mleysens
14 Followers 171 Following
Olabiyi Obayomi @obadbotanist
44 Followers 283 Following Bioinformatics Programmer Developer@ KBR Inc. and NASA Ames Research Center. For the love of programming and Bioinformatics.
nickmorrott.bsky.soci... @nickmorrott
642 Followers 5K Following 🏫 Chair of Governors 👨🔬 STEM 🍥 @Debian Developer 🐧 Open SW/HW/Data ❓ Cruciverbalist/Puzzler/Logophile #!/usr/share/bad/puns
HK @dixus
46K Followers 51K Following
Welcome 2 World Class... @frustratedDoe
1K Followers 5K Following Tumbling along life, or IDK. WARNING, I'M QUITE FRANK, ACERBIC, CANDID AND UNINHIBITED HERE.
Theodosios Theodosio @TTheodosios
52 Followers 166 Following
Aviral Goel @TheAviralGoel
358 Followers 978 Following Programming Languages and Compilers Loves Dysfunctional Programming
barmek98 @barmek98
17 Followers 78 Following
David Cawthon @DavidCawthon1
21 Followers 1K Following
Yanzhan @YangYanzhan
31 Followers 134 Following
Darren Bottin @darrenb6773
59 Followers 482 Following Linux Dev/SysAdmin/Sys Engineer Never be surprised by the same issue twice - Monitor for it and the precursors. Personal views only
Eric Londo @londoed
646 Followers 3K Following Graduate student studying Applied Data Science and Machine Learning @UMich.
vikingforce.de @VikingForceDe
9 Followers 471 Following
Nathan E. Rasmussen @VolodymyrVelyky
53 Followers 1K Following Nerd of many stripes, linguist by profession. Slava Ukraini.
alexander vergara @panconchoclo
286 Followers 3K Following Human being, proud dad, ⚽🌲❤️...🇨🇱 living in 🇸🇪
Prairie Nyx @prairienyx
178 Followers 610 Following she/her/hers | Programmer, web developer, instructional designer, maker, nerd grrl, femme, artist, musician... )O(
Rabih Hankache @RHankache
3 Followers 9 Following
Tom Tensfeldt @TomTensfeldt
502 Followers 2K Following Senior Director of Pharmacometrics, Global Clinical Pharmacology, Pfizer Inc. in Groton CT
Michael T Wolfinger @mtwolfinger
1K Followers 1K Following RNAForecast CEO | PI | RNA enthusiast with a passion for structure, dynamics, viruses, and evolution 🧬🦠
tedkat @tedkat
24 Followers 56 Following
Kang-min Liu @gugod
2K Followers 2K Following IRC: ircs://irc.libera.chat:6697/##tw https://t.co/sfC09h0qkr
Holger Rupprecht @H__Rupprecht
5 Followers 86 Following
nixCraft 🐧 @nixcraft
386K Followers 622 Following Love Linux/Unix, open source, and programming? Into Sysadmin & DevOps? Follow us! Boost your IT career with daily new tools, apps, and humor ⤵️
brian d foy @briandfoy_perl
3K Followers 1 Following I'm the author of several books on Perl. I'm working on a book about Perl's latest features. My latest book is https://t.co/t5loIP21PV
☣ junior developer ... @chromatic_x
5K Followers 191 Following the prowde spirit cannot beareth to be mocked / niche content for elite connoisseurs he/him but they/them okay
Paul Evans @was_cpan_pevans
793 Followers 149 Following Perl, electronics and other related geekery | he/him | @[email protected] | https://t.co/HckwJtWeFA | https://t.co/FhTXTkkHpz
Jonathan Worthington ... @jnthnwrthngtn
902 Followers 201 Following MoarVM and Rakudo compiler architect. Leader of Edument in Czech Republic. Like cooking/eating Indian food, craft beer, and seeing the world.
Thinkwert @Thinkwert
38K Followers 3K Following The tygers of wrath are wiser than the horses of instruction, while the spiders of math are wiser at the courses of deduction. “The most factual account on 𝕏”
Perl Hacks @perlhacks
451 Followers 61 Following Dave Cross writes about Perl. See @davorg for real life stuff.
brian d foy (Raku, n�... @LearningRaku
547 Followers 1 Following I'm the author of Learning Perl 6, although the language has changed its name to Raku. I'm arranging to update the title of the book too.
Raku programming lang... @raku_news
1K Followers 17 Following News and blog posts about Raku (formerly Perl 6) #rakulang, the Rakudo compiler and the community. Run by @nogoodnickleft
InBot @inbotbr
430 Followers 42 Following A InBot é uma plataforma de Chatbots e Inteligência Artificial, com a proposta de potencializar os resultados e automatizar o atendimento de clientes.
The Perl Shop @ThePerlShop
959 Followers 1K Following Predictable On-demand Perl Consulting from an experienced team of 🐪 #Perl devs #Agile (We publish Perl community news, and occasionally tweet about us.)
Bit.do:URL Shortener @bitdo
10K Followers 136 Following URL Shortener. Use bit.do to shorten any link. Share links and track clicks. The best url shortener service. Free and easy to use.
Criando Riqueza @Criando_Riqueza
19K Followers 64 Following Ensinando os leitores a falar de igual para igual com o gerente. Siga-nos também no Facebook: https://t.co/QjPTg7DK10
Paulo Amaral @paulo_dev
222 Followers 396 Following Using twitter to store/share tech bookmarks and notes.
Insite @Insite_Internet
318 Followers 101 Following Certamente você já utilizou uma de nossas soluções no seu dia-a-dia online. Conheça nossas ferramentas. --- Hospedagem? Siga @uolhost_sac
Wim Vanderbauwhede @wim_v12e
318 Followers 184 Following Functional programmer, Perl/Raku hacker, FPGA/GPU/Manycore compiler writer, Professor in Computing Science at Glasgow University he/they [email protected]
Spam404 @Spam404
12K Followers 639 Following We help online companies with content monitoring, penetration testing and brand protection. We aim to make the internet a much safer place for everyone.
Makoto Nozaki @heismakoto
283 Followers 237 Following Current: @perlfoundation @twosigma | Past: @goldmansachs @UTokyo_News | Opinions are my own
@simonwaldherr@chaos.... @SimonWaldherr
1K Followers 1K Following @[email protected] : https://t.co/TvvGoCl0eB
ROBERTA ALTERMANN @robertaltermann
704 Followers 1K Following #Tech #Product #Perl #Python #OKR #Agile #Fintech #eCommerce #DataDrive #Teacher
Alexandre Jeong @alexandrejeong
35 Followers 115 Following
Brock Wilcox @awwaiid
360 Followers 429 Following Software Inventor; Programmer of humans through their Filament API 🐘 @[email protected]
Perl Careers @perlcareers
501 Followers 109 Following Perl-focussed recruitment consultancy, run by a CPAN contributor with a recruitment background, rather than a non-technical person - [email protected]
Peter Rabbitson @ribasushi
457 Followers 1 Following An overpaid, chronically embarrassed, inter-planetary hi-tech plumber. Any past, present, and future opinion is my own… https://t.co/6h3zkts2AC
pmichaud @pmichaud
298 Followers 137 Following
kephra lk @kephra_lk
209 Followers 207 Following program Kephra, G::T::C, *graph, Chart - write articles Perl & Raku articles, talks, docs ; sound synthesis, DJ
Árpád Szász @arpadszasz
304 Followers 991 Following Freelance web application developer with experience as a system and network administrator.
Xavier Hacking @xjhacking
2K Followers 198 Following SAP Analytics Cloud specialist - @SAP Champion 🏅 - @SAPPress author - blogging @HackingSAP - trading comics @ProfessorXnl 🇳🇱🗽🤘
Heaven's Sake Jake @MadcapJake
80 Followers 403 Following PL Design hobbyist, gamer (table and video), space nerd, philology/philosophy geek, and dawless synthesist.
Su-Shee (@sushee@foss... @sheeshee
1K Followers 697 Following jaqueline of all trades, "irgendwas mit computern", tiny computers and minimalist code, "my code, of course, begins with 4GH", "the quality that has no name"
Jonathan Stowe @gellyfish
773 Followers 1K Following I'm a computer programmer and a musician. If you are more interested in the music check @RabidGravy
[ɹɑb hɛlt͡s] @hoelzro
343 Followers 286 Following Hi, I'm Rob! I'm a software developer, as well as a word, curd, and bird nerd. Married to @mrussodesign, loaf warden of the household
Toni Hermoso Pulido @toniher
2K Followers 2K Following Personal. #Bioinformatics at @biocorecrg @CRGenomica - Contrib. #Wikipedia #OpenScience #Catalan, @softcatala, @scb_iec, etc. Fediverse: https://t.co/j1ZAEJkP9U
Rhetorica @rhet0rica
42 Followers 124 Following If you think the problem is bad now, just wait until after we've solved it.
Naoum Hankache @hankache
38 Followers 75 Following
John @real_currents
55 Followers 299 Following ...codes professionally and personally for the World Wide Web. The toolbox from which he regularly pulls includes Java, JavaScript, HTML5, SVG, audio and video
Dan Kogai (小飼 弾... @dankogai
69K Followers 4K Following 404 Blog Not Found -- only tweets. https://t.co/u6dBbg4q07 RTs♻️ & likes❤️ ≠🙅♂️ endorsements👍
Lance living in NOW T... @lancew
1K Followers 1K Following I have ceased using this platform. Please locate me on other platforms. Blue sky, mastodon, etc.
Reini Urban @Reini_Urban
720 Followers 891 Following movies, perl, news, urbanist. [email protected]
Matt S "unpredictably... @shadowcat_mst
2K Followers 290 Following Lead geek at https://t.co/kx3gRT3pwe; marmite to leftpondians; worst freenode oper of old; troutifier of decency; shouter of well volunteered; sometimes writes perl
Helmut Wollmersdorfer @wollmersdorfer
525 Followers 738 Following hacking in #perl #C #python, #GLV, #WU, #JKU, #AI, #nlp, #ocr , optimizing for fun @wollmersdorfer.bsky.social
Purdue Perl Mongers @PurduePM
190 Followers 125 Following Perl User Group at the Cradle of Astronauts. Alligned with @hacklafayette. Manned by @jacobydave.
Moritz Lenz @nogoodnickleft
524 Followers 121 Following Father. Full-stack human. Software developer and architect, physicist. Hobby cook. Author of two #Rakulang books, published by Apress. #perl #python #devops