Re: Printing to file while reading from 'client'

2015-08-04 Thread Jon Kleiser
Hi Alex, Thanks a lot! I’ll make up my mind re. which one to use. /Jon On 4. Aug, 2015, at 15:42, Alexander Burger wrote: > Hi Jon, > >> (client "www.some.com" 80 "page.html" > >> Depending on the chunks I read, I want to write some lines to a >> certain file on my disk, say "diskfile.txt",

Re: Printing to file while reading from 'client'

2015-08-04 Thread Alexander Burger
Hi Jon, > (client "www.some.com" 80 "page.html" > Depending on the chunks I read, I want to write some lines to a > certain file on my disk, say "diskfile.txt", and now and then I also > want to write a little info to my console with (out NIL (prinl > SomeInfo)). Good. > Are there better/smarte

Printing to file while reading from 'client'

2015-08-04 Thread Jon Kleiser
Hi, I want to read some chunks from a HTTP connection, starting e.g. like this: (client "www.some.com" 80 "page.html" Depending on the chunks I read, I want to write some lines to a certain file on my disk, say "diskfile.txt", and now and then I also want to write a little info to my console w