Keith Devens .com |
Tuesday, December 2, 2008 | ![]() |
| Crying is all right in its way while it lasts. But you have to stop sooner or later, and then... – C.S. Lewis (The Silver Chair, ch 2) | ||
|
| ← "Steal these buttons" button maker | Slashdot | An Analysis of Various Election Methods → |

David Chen (http://fallenearth.org/blogs/caiuschen/) wrote:
Keith Gaughan (http://talideon.com/) wrote:
The whole prefixed conditionals is a Perl thing, just like unless, though where Larry picked them up, I don't know.
I think they're both great language features.
David Chen (http://fallenearth.org/blogs/caiuschen/) wrote:
Heh, I thought it might have come from Perl. Matz found a lot of inspiration from it. Oddly enough, I have more experience with Python and Ruby than with Perl.
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):
Generated in about 0.178s.
(Used 8 db queries)

The "unless" conditional reminds me of Ruby, which reminds me of putting conditionals after the statement. Which reminded me of your entry about highlighting the main part of the the code. I used to be against putting conditionals after the statement, but now I am for it if it helps highlight the main block of code rather than obscuring it.