source-filter Questions
3
Solved
Whenever I see the term source filter I am left wondering as to what it refers to.
Aside from a formal definition, I think an example would also be helpful to drive the message home.
Kahn asked 9/8, 2011 at 3:54
8
Solved
Has anybody found a good solution for lazily-evaluated lists in Perl? I've tried a number of ways to turn something like
for my $item ( map { ... } @list ) {
}
into a lazy evaluation--by tie-i...
Cariotta asked 21/9, 2008 at 0:26
5
Solved
I understand that Smart::Comments should not be used in production code, since it is a source filter.
However, I have been using Smart::Comments in my development code and then commenting out the...
Method asked 23/11, 2009 at 19:58
7
Solved
It is "common knowledge" that source filters are bad and should not be used in production code.
When answering a a similar, but more specific question I couldn't find any good references that expl...
Leeds asked 23/11, 2009 at 20:50
1
© 2022 - 2024 — McMap. All rights reserved.