in reply to How do I train myself to write more Perl-ish Perl, rather than C-ish Perl?
Have you considered using some other high-level language that more or less forces you to disregard C-like ugliness and makes you work with map/grep-type functional constructs? Something like scheme/lisp may work well.
I'm not suggesting you'd use it instead of perl (though you may prefer it), but using it for a while should in the very least open your head to the possibilities and much many of the techniques used in lisp/scheme can be used in perl too.
Since you're a programmer with some experience this book - with full text available online should give you enough information to get started with common lisp. Can't really recommend any scheme books, since I haven't read any.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I train myself to write more Perl-ish Perl, rather than C-ish Perl?
by mpeg4codec (Pilgrim) on Dec 13, 2007 at 19:00 UTC | |
|
Re^2: How do I train myself to write more Perl-ish Perl, rather than C-ish Perl?
by amarquis (Curate) on Dec 13, 2007 at 15:41 UTC | |
|
Re^2: How do I train myself to write more Perl-ish Perl, rather than C-ish Perl?
by Cop (Initiate) on Dec 18, 2007 at 05:23 UTC | |
by Joost (Canon) on Dec 18, 2007 at 14:29 UTC |