Wonderful electric
Jul. 5th, 2005 07:45 pmThankfully, I've fiddled with Emacs on Aqua and now I've got an electric slash in my minibuffer. Ooh err, missus.
if ( $x = "yes" ) { }
" type errors that are oh so easy in Perl, C, whatever. Unfortunately, it makes the task of writing a text chomper a bit of a chore, since it's not possible to write:
for line in open("input").readlines(): if m = re.match("foo(\\d+)", line): print m.group(1) elif m = re.match("bar([a-z]+)", line): print m.group(1)
( Read more... )