should I use unix or python built in functions while operating with files?
Name:
Anonymous2007-12-07 13:19
Python builtins. Why do you need to ask, fuckwit?
Name:
Anonymous2007-12-07 13:21
kernel syscalls
Name:
Anonymous2007-12-07 13:29
I don't understand your question.
Name:
Anonymous2007-12-07 13:40
Why would you write a layer to call Python functions from Common Lisp? Just use the ones that are built in.
Name:
Anonymous2007-12-07 13:46
>>5
Integrating the Enterprise-Grade Turnkey Indentation of Python with the Scalable Industry Standard Common Lisp is going to ... something with synergies and revenues.
Name:
Anonymous2007-12-07 13:47
>>6
Sounds like Microsoft Common Snake #.NET to me.
Name:
Anonymous2007-12-07 13:48
>>4
e.g. inp = open('cocks.txt','w') instead of os.system('cat cocks.txt > cocks.bak')