Topic: Perl
You are looking at all articles with the topic "Perl". We found 4 matches.
Hint:
To view all topics, click here. Too see the most popular topics, click here instead.
Perl 6 new regexp rules
Raku rules are the regular expression, string matching and general-purpose parsing facility of Raku, and are a core part of the language. Since Perl's pattern-matching constructs have exceeded the capabilities of formal regular expressions for some time, Raku documentation refers to them exclusively as regexes, distancing the term from the formal definition.
Raku provides a superset of Perl 5 features with respect to regexes, folding them into a larger framework called rules, which provide the capabilities of a parsing expression grammar, as well as acting as a closure with respect to their lexical scope. Rules are introduced with the rule
keyword, which has a usage quite similar to subroutine definitions. Anonymous rules can be introduced with the regex
(or rx
) keyword, or simply be used inline as regexes were in Perl 5 via the m
(matching) or s
(substitution) operators.
Discussed on
- "Perl 6 new regexp rules" | 2009-06-08 | 29 Upvotes 4 Comments
Is Randal L Schwartz notable enough for Wikipedia?
Randal L. Schwartz (born November 22, 1961), also known as merlyn, is an American author, system administrator and programming consultant.
He is known for his expertise in the Perl programming language, his promotional role within the Perl community, as a co-host of FLOSS Weekly, and for a controversial felony conviction resulting from State of Oregon vs. Randal Schwartz, later officially expunged.
Discussed on
- "Is Randal L Schwartz notable enough for Wikipedia?" | 2011-08-22 | 65 Upvotes 68 Comments
Vim, 25 years since initial release
Vim (; a contraction of Vi IMproved) is a clone, with additions, of Bill Joy's vi text editor program for Unix. Vim's author, Bram Moolenaar, based it upon the source code for a port of the Stevie editor to the Amiga and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Vim is free and open-source software and is released under a license that includes some charityware clauses, encouraging users who enjoy the software to consider donating to children in Uganda. The license is compatible with the GNU General Public License through a special clause allowing distribution of modified copies "under the GNU GPL version 2 or any later version".
Since its release for the Amiga, cross-platform development has made it available on many other systems. In 2006, it was voted the most popular editor amongst Linux Journal readers; in 2015 the Stack Overflow developer survey found it to be the third most popular text editor, and the fifth most popular development environment in 2019.
WikiWikiWeb
The WikiWikiWeb is the first-ever wiki, or user-editable website. It was launched on 25 March 1995 by its inventor, programmer Ward Cunningham, to accompany the Portland Pattern Repository website discussing software design patterns. The name WikiWikiWeb originally also applied to the wiki software that operated the website, written in the Perl programming language and later renamed to "WikiBase". The site is frequently referred to by its users as simply "Wiki", and a convention established among users of the early network of wiki sites that followed was that using the word with a capitalized W referred exclusively to the original site.
Discussed on
- "WikiWikiWeb" | 2019-07-12 | 137 Upvotes 47 Comments