Autocoding project proposal.

Joshua Macy l0819m0v0smfm001 at sneakemail.com
Fri Jan 25 20:01:08 EST 2002


Timothy Rue wrote:

> On 25-Jan-02 13:14:16 Paul Wright <-$P-W$- at verence.demon.co.uk> wrote:
> 
> 
> 
>>... produce real code and show how it is useful.  Show us how your code
>>is better than what already exists.
>>
> 
> real code works, IQ.351.py does
> 
> Show me the configuration of functionality already existing that is better
> then the VIC,



   Since nobody can figure out what VIC is actually supposed to do, 
that's either going to be pretty difficult, or dead easy (depending on 
how cynical one is).
   Can't you give even one concrete example of how you envision this 
working?  Forget about whether you actually have all nine commands 
working, how do you plan on having them work together to do some simple 
task that we can understand.
   Here's a simple python program to count the lines in a specific file:

f = open("myfile.txt")
l = f.readlines()
print len(l), " lines"

Run on itself as input it prints:
3 lines.

How would you accomplish the equivalent with VIC commands?

Joshua




More information about the Python-list mailing list