On Sat, Dec 19, 2009 at 2:38 PM, Claudio Jeker <[email protected]> wrote: > Ugh, a programming language where you can't copy paste from xterm to xterm > without fucking up the program is just way to much pain to work on.
I agree that copy/paste is a big problem in Python. But in my experience copy/paste of code in any language is dangerous. If you want to re-use code, write a function. -- Floor Terra <[email protected]> www: http://brobding.mine.nu/

