Misplaced Pages

PerlMonks: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 18:04, 2 December 2005 edit86.143.6.136 (talk)No edit summary← Previous edit Latest revision as of 07:11, 19 September 2024 edit undoWikiCleanerBot (talk | contribs)Bots928,066 editsm v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)Tag: WPCleaner 
(42 intermediate revisions by 33 users not shown)
Line 1: Line 1:
{{distinguish|Perl Mongers}}
'''''Perl Monks''''' is a community ] covering all aspects of ] ] and other related topics such as ] and ]. It is often referred to by users as 'the ]'. '''''PerlMonks''''' is a community ] covering all aspects of ] programming and other related topics such as ] and ]. It is often referred to by users as 'The ]'.<ref name="Holzschlag000">{{cite book
| title = Perl: Web Site Workshop
| first = Molly
| last = Holzschlag
| publisher = Prentice Hall PTR
| isbn = 0-7686-5885-3
}}</ref>
The name PerlMonks, and the general style of the website, is designed to both humorously reflect the almost religious zeal that programmers sometimes have for their favorite language, and also to engender an atmosphere of calm reflection and consideration for other users.


Users (referred to as ]s) create discussion topics which other monks can reply to and vote as good or bad. Users have an experience rating (XP) that roughly measures their participation in the PerlMonks website as perceived by the other monks, not necessarily their proficiency in the ] language. All monks have a 'home node', providing profile information and an area for Monks to personalize.
The name Perl Monks, and the general style of the website, is designed to both humourously reflect the almost religious zeal that programmers sometimes have for their favourite language, and also to engender an atmosphere of calm reflection and consideration for other users. This is sometimes seen as pretentious, however, and some Perl programmers vociferously avoid the site because of this.


Notable members include the creator of the Perl language, the authors of several well-known Perl books<ref>{{cite web|url=https://bookauthority.org/books/best-perl-books |title=50 Best Perl Books of All Time}}</ref>
Users (referred to as ]) have a ], and create discussion topics which other monks can reply to and vote on. A user has an experience rating (XP) that roughly measures their participation in the Perl Monks website as perceived by the other monks, not necessarily their proficiency in the Perl language.
and the authors of numerous ] modules.<ref>{{Cite web |title=Perl Modules - www.cpan.org |url=https://www.cpan.org/modules/index.html |access-date=2024-09-10 |website=www.cpan.org}}</ref> CPAN authors frequently promote and provide support for their modules
at PerlMonks.


== Features ==
The site has tutorials, reviews, Q&A, poetry, ], as well as sections for code snippets and entire scripts and modules. The site has tutorials, reviews, Q&A, poetry, ], as well as sections for ] and entire scripts and modules.


Generally, the section of the site with the most traffic is Seekers of Perl Wisdom, where users of all experience levels ask Perl-related questions. Some questions are from beginners trying to understand the basics of the language, while others are from seasoned veterans looking for methods to improve upon ]s or to optimize performance. Those who provide answers are also of varying experience levels.
The code that the site runs on is based on the ], but has much in common with ] such as the emphasis placed on user feedback.


Much of the site's content consists of specific code examples. Some of these examples are for Perl's core features, as documented on the official Perl documentation website (http://perldoc.perl.org). Other examples are for the Comprehensive Perl Archive Network (]), which is a repository for Perl libraries (known as modules) that are not part of the core Perl distribution.
Another feature that Perl Monks retains from Everything is the Chatterbox, which is a text chat area at the side of every page. Any logged-in user can type in anything they want, and it appears for all users to see. Talk in the chatterbox is often Perl related, and various tools (written, naturally, in Perl) have been written to improve the chatterbox experience. Some come to Perl Monks primarily for the chatterbox, others turn it off as a distraction.

The code that the site runs on is a much hacked fork of an early version of the ] and was created by ]<ref>{{cite web|url=https://www.linkedin.com/in/nateoostendorp |title=About Nathan Oostendorp}}</ref> as part of Blockstackers Intergalactic — the firm that also ran ]. As a result, PerlMonks has many features in common with both ] and ] like its strong emphasis placed on user feedback.

Another feature that PerlMonks retains from ] is the Chatterbox, which is a text chat area at the side of every page. Logged-in users can type in anything they want, and it appears for all users to see. Talk in the chatterbox is often Perl related, and various tools (written in Perl) have been written to improve the chatterbox experience. Some come to PerlMonks primarily for the chatterbox. Others find the chatterbox distracting and turn it off.

==References==
{{Reflist}}


==External links== ==External links==
*http://www.perlmonks.org/ * http://www.perlmonks.org/

{{Perl}}


] ]
] ]
]

Latest revision as of 07:11, 19 September 2024

Not to be confused with Perl Mongers.

PerlMonks is a community website covering all aspects of Perl programming and other related topics such as web applications and system administration. It is often referred to by users as 'The Monastery'. The name PerlMonks, and the general style of the website, is designed to both humorously reflect the almost religious zeal that programmers sometimes have for their favorite language, and also to engender an atmosphere of calm reflection and consideration for other users.

Users (referred to as monks) create discussion topics which other monks can reply to and vote as good or bad. Users have an experience rating (XP) that roughly measures their participation in the PerlMonks website as perceived by the other monks, not necessarily their proficiency in the Perl language. All monks have a 'home node', providing profile information and an area for Monks to personalize.

Notable members include the creator of the Perl language, the authors of several well-known Perl books and the authors of numerous CPAN modules. CPAN authors frequently promote and provide support for their modules at PerlMonks.

Features

The site has tutorials, reviews, Q&A, poetry, obfuscated code, as well as sections for code snippets and entire scripts and modules.

Generally, the section of the site with the most traffic is Seekers of Perl Wisdom, where users of all experience levels ask Perl-related questions. Some questions are from beginners trying to understand the basics of the language, while others are from seasoned veterans looking for methods to improve upon algorithms or to optimize performance. Those who provide answers are also of varying experience levels.

Much of the site's content consists of specific code examples. Some of these examples are for Perl's core features, as documented on the official Perl documentation website (http://perldoc.perl.org). Other examples are for the Comprehensive Perl Archive Network (CPAN), which is a repository for Perl libraries (known as modules) that are not part of the core Perl distribution.

The code that the site runs on is a much hacked fork of an early version of the Everything Engine and was created by Nathan Oostendorp as part of Blockstackers Intergalactic — the firm that also ran Slashdot. As a result, PerlMonks has many features in common with both Everything2 and Slashdot like its strong emphasis placed on user feedback.

Another feature that PerlMonks retains from Everything is the Chatterbox, which is a text chat area at the side of every page. Logged-in users can type in anything they want, and it appears for all users to see. Talk in the chatterbox is often Perl related, and various tools (written in Perl) have been written to improve the chatterbox experience. Some come to PerlMonks primarily for the chatterbox. Others find the chatterbox distracting and turn it off.

References

  1. Holzschlag, Molly. Perl: Web Site Workshop. Prentice Hall PTR. ISBN 0-7686-5885-3.
  2. "50 Best Perl Books of All Time".
  3. "Perl Modules - www.cpan.org". www.cpan.org. Retrieved 2024-09-10.
  4. "About Nathan Oostendorp".

External links

Perl
Things
Frameworks
Software
Related
Books
People
Categories: