Friday, February 4, 2011

ed man! !man ed

ed is the standard editor. And I just wrote my first Python program with ed today. Sure, it was a short one:


num = int(raw_input("Please enter a number: "))
print "%d^2 = " % num, num**2


but by golly, it was a program written in ed!

So... just how geeky does that make me?