in reply to Re: making perl more forgiving
in thread making perl more forgiving
Since perl already detects runaway stringsThe fact that a compiler can figure out that you forgot to close off a string doesn't mean the compiler has any idea where this happened.
Perhaps in perl6 we could have a module that fires up when the compile fails and tries to mangle the code near the syntax error until it compiles.What would be the point? Clearly it can't do it silently because it might mangle it to something that compiles, but doesn't do what the programmer intended. OTOH, if it can't be silenced, the programmer wants to fix the mistake anyway, because otherwise the compiler will split out messages each time the program is run.
I suspect that this is getting downvotes because people don't like the idea of a compiler automatically correcting their mistakes.I think a compiler that automatically corrects mistakes would be wonderful. I'm sure that someone who manages to make a compiler that corrects mistakes correctly has a pretty good chance of winning a Turing award.
But I do like the idea of a compiler printing out "syntax error at line 65, did you mean 'print "foxx"' instead?"How much different from "Might be a runaway multi-line "" string starting on line N" is that?
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: making perl more forgiving
by jepri (Parson) on May 16, 2004 at 01:33 UTC | |
by Abigail-II (Bishop) on May 16, 2004 at 02:15 UTC | |
by jepri (Parson) on May 16, 2004 at 02:20 UTC | |
|