#
perl6
Raku is an expressive and feature-rich programming language designed by Larry Wall and developed by the community. Features include: object-oriented programming, functional programming primitives, parallelism, concurrency, asynchrony, definable grammars for pattern matching and generalized string processing, and optional and gradual typing.
Here are 347 public repositories matching this topic...
Raku / Perl6 Module Management
-
Updated
Sep 15, 2020 - Raku
Make a lambda calculus.
javascript
ruby
python
haskell
elixir
functional-programming
lambda-functions
lambda-calculus
perl6
lambda-expressions
-
Updated
Dec 18, 2018 - Python
| FazScan is a Perl program to do some vulnerability scanning and pentesting |
wordpress
cms
drupal
scanner
perl
perl6
magento
joomla
sqli
sql-injection
vulnerability
pentesting
scanning
vulnerability-detection
vulnerability-scanners
information-gathering
vulnerability-scanning
vulnerability-scanner
defacement
pentester
-
Updated
Jun 16, 2019 - Perl
FCO
opened
Oct 11, 2018
AlexDaniel
commented
Jun 25, 2018
I was expecting this code to work:
my $ua = HTTP::UserAgent.new(timeout => 10);
say $ua # HTTP::UserAgent.new(timeout => 180, …)But it doesn't, and it seems like I have to set the timeout with $ua.timeout = 10. Would've been great if it was possible to set the timeout right from the constructor.
Write cross-platform Perl 6 desktop Electron applications using JavaScript, HTML and CSS
-
Updated
Apr 29, 2017 - Perl 6
Raku module for interacting with the Discord API.
-
Updated
Aug 19, 2020 - Raku
-
Updated
Jun 23, 2020 - Raku
-
Updated
Oct 25, 2019
My unordered pile of scripts & readmes
-
Updated
Jun 14, 2020 - Jupyter Notebook
Renders data structures in a tree fashion
-
Updated
Jul 30, 2020 - Raku
Perl 6 Discord bot for content moderation and toxicity analysis.
-
Updated
Jun 29, 2019 - Perl 6
Faz-SHC is a program that can be encrypted the text you give to a Shellcode. Simple and coded with Perl. Coded by M.Fazri Nizar.
-
Updated
Mar 6, 2019 - Perl 6
A genuine Perl 6 client for Telegram Bot API
-
Updated
May 28, 2020 - Perl 6
Solve all kinds of algorithmic problems by Yanzhan.
-
Updated
Sep 26, 2020 - C++
Created by Larry Wall
Released December 25, 2015
- Organization
- Raku
- Website
- www.raku.org
- Wikipedia
- Wikipedia
I discovered this one as I was working on #498.
The problem is we catch absolutely all parameter mismatches, including "legitimate" ones which happen long after we've made the call to
MAIN.