Domain: perlmonks.com
Stories and comments across the archive that link to perlmonks.com.
Comments · 12
-
Half in size-Double in speed...with Perl
Can't copy n' paste the code here because I get the message: "Try not to use so many 'junky' words"! So, this is how Slashdot behaves to the language that brought it to life. Anyway,you can find the Perl script here.
-
Re:Hah, no kidding
Try http://perlmonks.com/ if you want to give it another go. It's a great resource.
As long as you make an effort to ask a decent question (details about what you're doing and what's not working) as opposed to "I tried to install a network package and it no go.." and at least a cursory attempt at searching for an answer and I can almost assure you that someone will make an attempt to help you out.
It's one of the best technical communities I've ever found. I wouldn't say it's perfect, but it's as close as I've seen any community site come.
There's a handful of sites that I visit religiously. They all fill in one void and fill it well.
For Perl, perlmonks.com,
for electronics, bit-tech.net,
for my car, 2gstratus.org,
for car-pc stuff, mp3car.com,
for tech news, /.
These are all functionally equivalent in their respective domains.
No if I could find a comparable linux and medical communities, I'd be all set :) -
Re:Violence Can Solve All
-
"Review" of Stunnix Perl-Obfus
Since you are posting Stunnix Perl-Obfus ads on slashdot I think I should post a link on its "review".
-
Some random links ..
There are several sites that I look at regularly for different programming things.
When I did windows development Code Project was a lifesaver, nowadays that's been replaced by the venerable Perl Monk
For online books I'd browse through The Assayer, and for zany reference nothing beats How Much Is Inside
.. Stuff! -
Wither Posting?I post on various boards under various names, but I'm not sure how many of my posts I want my employer to read. I'm pretty OK with a manager or potential manager noting my XP on perlmonks. I'm less sure about my slashdot postings, do I really want a manager to know how much I loathe irix? Would an anti-MS rant from 1999 scuttle my chances at a job writing Winamp plugins in 2005? Lastly, I'm damn sure I don't want any manager to see my ranting on marijuana legalization on likeimgonnatellyouwhere.com.
I'm also curious about how you'd put this on a resume. Add "And I post on perlmonks.com under the name camelfucker" to the contact section? Add your XP or Karma to qualifications? If I was an HR Manager and wasn't familiar with Slashcode and the sites that run it, it would be far too easy to think it was a high score. Seems to me that unless the board you reference is very specific to your profession, you should keep it to yourself.
-
PerlMonksPerlMonks is a fantastic way of showing how an online community can run. It makes
/. look like a war zone. By turns it is funny, helpful, the XP system keeps people interested in posting and it allows everyone a degree of metamoderation past a certain XP level.
Now its been mentioned on /. that quite little backwater of perl lovers is in danger ;) -
Re:Try Ruby!
I think the reason people aren't getting excited about Parrot is that it hasn't had any significant progress.
not true. a recent post to perlmonks and to slashdot announced that parrot is currently able to parse and run a large subset of perl6, as well as a subset of python, ruby, and can also do some interpretation of java .class files. this is hardly 'insignificant' progress...
But Perl, for instance, considers "12" and 12 to be pretty much equivalent.
that's also untrue -- in perl5, one could be forgiven for thinking that there is no semantic difference between strings and numbers, though there is, it's just hidden beneath a layer of DWIM-ery (do what i mean).
in perl6/parrot however, there are discete types for strings, numbers, booleans, floats, named object types, etc. perl6 also has a declarative syntax to indicate type, eg:
my int $expected_release = 2003;
my str $lang_name = "perl6";
hypothesise( $lang_name, $expected_release );
sub hypothesise ( str $lang, int $year ) {
print "$lang is expected to be out in $year";
}
so, ruby, python, and perl6 will not be so different after all, and your concerns about their interaction on type semantics grounds, are unfounded.
IMO, parrot is an excellent concept, and its execution is coming along just fine, albeit not as fast as it could be. but good things take time.
a language agnostic runtime for dynamic languages is a *fantastic idea* and benefits everyone who uses those languages.
everything these days is gravitating towards higher and higher levels of abstraction these days; in the case of languages, it's in the form of virtual machines/runtimes. who wants the individually brilliant scripting languages to languish in fractured and bickering ego-groups against the .net and java (marketing) onslaught?
-
Bug tracking
-
Request
I learned perl using 5.0.0.5, or somesuch. I learned using version 2 of the Perl Book.
It seems to be the case that the perl language has actually evolved a bit since 5. I am continually finding out about "new" features in Perl that i were not aware were there (invariably, the only ones that make a difference to me are the extentions to the Regexp system: there seems to be a whole class of (?X) operators that are not in my copy of the perl book).
Is there anywhere that summarizes the various changes to perl since version 5? there are the perldoc perldelta documents (here is the perldelta document for 5.8.0). However, these are complete, technical changelogs, and cover everything from language changes to small inconsistency smoothings to changes to obscure library functions to bugfixes in internal perl functions. Moreover, they do an even poorer job of explaining the consequences to the coder of things like (?>) than the perldocs :) It seems it would be a useful community project if someone were to take these changes and compile them into a sorted by type document-- I.E., all grammar changes, then all regexp changes, then library functions, etc., with sample code where germane.
Really, now that i think about it, i guess what i would like is a summary of what they've done to the regexps since version 5.0 :)
If no such document exists, maybe someone can write one and post it on PerlMonks :)
- super ugly ultraman -
Re:language preference
Oh, c'mon. You can code badly in any language.
Given Damian's reputation, the fact that the Perl community is raising money to get him to focus on Perl, and the fact that he seems to know what he's doing, wouldn't you think that the fact he chooses to work with Perl says something potentially interesting about the language?
When someone I respect praises (or consistently uses) a tool that I don't like, I try to question my opinion and find out what they know that I don't.
-
A Site Devoted Good Code
www.perlmonks.com
I heard of this from everything2.com.
- email account is @hotmail.com
Discussion Never Hurt Anyone.