#
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 317 public repositories matching this topic...
Raku / Perl6 Module Management
-
Updated
Nov 7, 2021 - Raku
Make a lambda calculus.
javascript
ruby
python
haskell
elixir
functional-programming
lambda-functions
lambda-calculus
perl6
lambda-expressions
-
Updated
Nov 1, 2020 - Python
FCO
opened
Oct 11, 2018
| 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
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.
Raku module for interacting with the Discord API.
-
Updated
Jul 6, 2021 - Raku
Write cross-platform Perl 6 desktop Electron applications using JavaScript, HTML and CSS
-
Updated
Apr 29, 2017 - Perl 6
-
Updated
Sep 27, 2021 - Raku
A genuine Perl 6 client for Telegram Bot API
-
Updated
May 28, 2020 - Perl 6
-
Updated
Oct 25, 2019
My unordered pile of scripts & readmes
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2021
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
Renders data structures in a tree fashion
-
Updated
Nov 14, 2020 - Raku
Perl 6 Discord bot for content moderation and toxicity analysis.
-
Updated
Jun 29, 2019 - Perl 6
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.